add: SSI for header and footer of pages

This commit is contained in:
2024-04-22 11:53:32 +02:00
parent 3a89f30a76
commit 027f246110
7 changed files with 41 additions and 119 deletions

21
pages/header.html Normal file
View File

@@ -0,0 +1,21 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>~Blog of a French coder~</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css"/>
</head>
<body>
<div class="header">
<a href="/">
<a href="/"><img alt="Spike" src="/images/spike.jpg" id="spike"></a>
</a>
<div class="menu">
<a> </a>
<a href="/pages/blog.html"> the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="/pgp/key.txt">pgp key</a>
</div>
</div>
</body>
</html>