aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html
index 01f7d72..860bce2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,10 +1,8 @@
{{define "title"}}Acceuil{{end}}
{{define "content"}}
-<div>
- <ul>
- <li>
- <a href="/login">Connexion</a>
- </li>
- </ul>
-</div>
+<ul>
+ <li>
+ <a href="/login">Connexion</a>
+ </li>
+</ul>
{{end}}