add: SSI for header and footer of pages
This commit is contained in:
21
pages/header.html
Normal file
21
pages/header.html
Normal 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>
|
||||
Reference in New Issue
Block a user