Working generator & added whole site

This commit is contained in:
Thomas
2021-03-28 15:54:59 +02:00
commit 19123fa85a
82 changed files with 1785 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="fr">
{{> header}}
<body>
<div class="flexContainer">
{{> menu}}
{{> submenu}}
</div>
</body>
</html>