fel_website/output/pages/telecharger.html

26 lines
716 B
HTML
Raw Normal View History

2020-05-31 18:07:54 +00:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Better days | Télécharger
</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>Chroniques des jours meilleurs</h1></a>
</header>
<div class='content'>
<div class="page-content"><p>You can download all the content of this website <a href="/betterdays.zip">here</a>.</p></div>
</div>
</body>
<footer>
<a id="a-propos" href="/pages/about.html">À propos</a>
<a id="telecharger" href="/pages/download.html">Télécharger</a>
</footer>
</html>