fel_website/output/index.html
2020-05-05 18:11:10 +02:00

44 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Félicie | home
</title>
<link rel="stylesheet" href="/theme/css/main-v2.css" type="text/css" />
</head>
<body>
<header>
<h1>better days</h1>
</header>
<div class='content'>
<article id="articles">
<a class="vignette" href="/courtyard.html">
<img class= "img-menu" src="/images/courtyard/02-courtyard.JPG" alt="courtyard">
<h2>The courtyard</h2>
</a>
<a class="vignette"href="/construction.html">
<img class= "img-menu" src="/images/construction/01-construction.jpg" alt="construction">
<h2>Construction workers</h2>
</a>
<a class="vignette"href="/sunday.html">
<img class= "img-menu" src="/images/sunday/02-sunday.jpg" alt="sunday">
<h2>Construction workers</h2>
</a>
</article>
</div>
</body>
<footer>
<a id="home" href="/index.html">home</div>
<a id="about" href="/pages/about.html">about</div>
<a id="download" href="/pages/download.html">download</div>
</footer>
</html>