mylloon.fr/templates/index.html

15 lines
435 B
HTML
Raw Normal View History

2023-02-09 10:45:59 +01:00
<!DOCTYPE html>
<html class="index" lang="fr">
2023-04-24 17:22:12 +02:00
<head dir="ltr">
{{>head.html}}
</head>
2023-02-09 10:45:59 +01:00
<body class="index">
2023-09-13 23:24:36 +02:00
<div id="content">
<p style="font-weight: bold;"><a href="/blog">Blog</a></p>
<p><a href="/portfolio">Portfolio</a></p>
<p><a href="/networks">Réseaux</a></p>
<p><a href="/contrib">Contributions</a></p>
<p><a href="https://liv.mylloon.fr">Cours</a> (external)</p>
2023-02-09 10:45:59 +01:00
</body>
</html>