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

feat: introduce global head/header


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent c93b3cfd
No related branches found
No related tags found
No related merge requests found
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?>
<meta name="robots" content="noindex,nofollow">
<meta name="referrer" content="no-referrer">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="author" content="Simpel">
<meta name="copyright" content="MIT 2021 Simpel">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes user-scalable=no">
<title>Comment Syntax</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<header> <header>
<nav> <?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?>
<a id="logo" class="cursordefault" href="/"><img src="../Simpel.png" alt="simpel icon" height="48" width="48"></a>
<h1>Comment Syntax</h1>
<a id="github" href="https://github.com/SimpelMe/comment-syntax-finder" target="_blank" title="watch source code">
<img id="github-cat" src="../github.svg" alt="github logo">
</a>
</nav>
</header> </header>
<main> <main>
<div> <div>
......
<?php
define("SITE_TITLE", "Comment Syntax");
define("SITE_COPYRIGHT_CONTENT", "MIT 2021 Simpel");
define("SITE_H1", "Comment Syntax");
define("SITE_GITHUB", "https://github.com/SimpelMe/comment-syntax-finder");
?>
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