22 lines
753 B
HTML
22 lines
753 B
HTML
<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>
|