Skip to content
Snippets Groups Projects
Unverified Commit ec418a6e authored by Conrad Zelck's avatar Conrad Zelck
Browse files

faet: introduce global head/header


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 8dd42524
No related branches found
No related tags found
No related merge requests found
......@@ -2,24 +2,13 @@
<html dir="ltr" lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,minimal-ui" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="translucent black" />
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no" />
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?>
<link rel="stylesheet" href="style.css">
<title>Sort Lines</title>
</head>
<body onKeyDown="keys(event,'d')" onKeyUp="keys(event,'u')">
<header>
<nav>
<a id="logo" class="cursordefault" href="/"><img src="../Simpel.png" alt="simpel icon" height="48" width="48" title="simpel.cc" aria-label="go to simpel dot c c"></a>
<h1>Sort Lines</h1>
<a id="github" href="https://github.com/SimpelMe/sort-lines" target="_blank" rel="noopener noreferrer" title="watch source code" aria-label="go to source code at github dot com">
<img id="github-cat" src="../github.svg" alt="github logo">
</a>
</nav>
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?>
</header>
<main>
<noscript>
......
<?php
define("SITE_TITLE", "Sort Lines");
define("SITE_COPYRIGHT_CONTENT", "MIT 2021 Simpel");
define("SITE_H1", "Sort Lines");
define("SITE_GITHUB", "https://github.com/SimpelMe/sort-lines");
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment