fel_website/output/pages/download.html

26 lines
563 B
HTML
Raw Normal View History

2020-05-05 16:11:10 +00:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Félicie | Download
</title>
<link rel="stylesheet" href="/theme/css/main-v2.css" type="text/css" />
</head>
<body>
<header>
<h1>better days</h1>
</header>
<div class='content'>
<p>You can download all the content of this website here. </p>
</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>