10 lines
320 B
HTML
10 lines
320 B
HTML
{% import "common.html" as common %}
|
|
{{ common::meta(title="Page d'accueil", lang="fr") }}
|
|
<link rel="stylesheet" href="/assets/main.css">
|
|
|
|
|
|
<body>
|
|
<p>To access the English version, click <a href="/en/">here.</a></p>
|
|
<p>Ceci est le site web personnel de Spencer Whitehead.</p>
|
|
<p><a href="resume/">CV</a></p>
|
|
</body>
|