feature(web): ajouter footer et public/images/*

Aussi déplacer bouton admin vers footer
This commit is contained in:
Victor Lacasse-Beaudoin 2024-08-27 13:15:56 -04:00
parent 17d9082070
commit 31f377fcb8
11 changed files with 20 additions and 3 deletions

View file

@ -9,6 +9,7 @@
<body>
{{ template "header-html" }}
<h1 class="heading1">Formulaires</h1>
{{ template "footer-html" }}
</body>
</html>
{{ end }}