20 lines
1021 B
HTML
20 lines
1021 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="description" content="The blog of a french programmer."/>
|
|
<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="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a>
|
|
<div class="menu">
|
|
<a href="/pages/blog.html" aria-label="the blog"> the blog</a>
|
|
<a href="//github.com/ALittlePatate" aria-label="github">github</a>
|
|
<a href="/gpg/key.txt" aria-label="gpg key">gpg key</a>
|
|
<a href="/php/guestbook.php" aria-label="guestbook">guestbook</a>
|
|
</div>
|
|
</div>
|