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

@ -15,6 +15,7 @@
<button class="adminOption" onclick="location.href = '/admin/documents/upload'">Ajout de documents</a>
</div>
</div>
{{ template "footer-html" }}
</body>
</html>
{{ end }}