diff options
| author | Julian Hurst <ark@mansus.space> | 2023-01-13 14:50:04 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2023-01-13 14:50:04 +0100 |
| commit | 7d502441a6bd210aff8a8625ee87ea5a1fbbd7ee (patch) | |
| tree | 43dc38adc610ff20db9054046ab6b39b85f3f397 /templates/index.html | |
| parent | cffe35e0e3acac7dd5b83cd7cbec9bc9ff1d17e4 (diff) | |
| download | docspace-7d502441a6bd210aff8a8625ee87ea5a1fbbd7ee.tar.gz | |
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 12 |
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}} |
