35 lines
813 B
HTML
35 lines
813 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8"">
|
|
<title>Les pieds dans le code</title>
|
|
<link rel="stylesheet" type="text/css" href="./css/elsif.css" />
|
|
</head>
|
|
<body>
|
|
<div class="page">
|
|
<header class="header">
|
|
<h1 class="header-title">
|
|
<a href="./">
|
|
Les pieds dans le code
|
|
</a>
|
|
</h1>
|
|
</header>
|
|
|
|
<nav class="nav">
|
|
<a href="./about.html">about</a>
|
|
<a href="./archive.html">archive</a>
|
|
</nav>
|
|
|
|
<article class="content">
|
|
<h1>Contact</h1>
|
|
<p>Je suis joignable par email: yaf@elsif.fr</p>
|
|
</article>
|
|
|
|
<footer class="footer">
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|