fel_website/output/pages/download.html
2020-05-17 15:07:43 +02:00

26 lines
646 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Better days | Download
</title>
<link rel="stylesheet" href="/theme/css/main-v2.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="/index.html"><h1>better days</h1></a>
</header>
<div class='content'>
<p>You can download all the content of this website <a href="/betterdays.zip">here</a>. </p>
</div>
</body>
<footer>
<a id="about" href="/pages/about.html">about</a>
<a id="download" href="/pages/download.html">download</a>
</footer>
</html>