refactor: déplacer fichiers go source vers pkg/ et cmd/
Déplacer public/ et templates/ vers ui/ et ui/public/ Bump projet à v3, API toujours v1
This commit is contained in:
parent
e46033d4a9
commit
7d4a747774
107 changed files with 68 additions and 107 deletions
10
ui/footer.html
Normal file
10
ui/footer.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ define "footer-html" }}
|
||||
<footer class="pageFooter">
|
||||
<div class="wrapper">
|
||||
<ul class="footerElementList">
|
||||
<li><a class="footerElement" href="/public/images/header_agecem.png">En-tête de documents</a></li>
|
||||
<li><a class="footerElement" href="/admin">Panneau d'administration</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue