diff options
author | Tixie <contact@tixie.name> | 2024-06-09 16:52:44 +0200 |
---|---|---|
committer | Tixie <contact@tixie.name> | 2024-06-09 16:52:44 +0200 |
commit | 352c25ed3efe67e281ab1e2ec73ccef26878968f (patch) | |
tree | 8a152942ae515c518b30bef9a4a998e64cf166e2 | |
parent | 469d165852c384b13302d3a29570078c71742eb1 (diff) | |
download | site-352c25ed3efe67e281ab1e2ec73ccef26878968f.tar.gz site-352c25ed3efe67e281ab1e2ec73ccef26878968f.zip |
Fix HTML closing tag
-rw-r--r-- | static/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html index 7b95dc7..0ff0752 100644 --- a/static/index.html +++ b/static/index.html @@ -914,10 +914,7 @@ | | 24 | 25 | 26 | 27 | 28 | 29 | 30 | | | ———— ———— ———— ———— ———— ———— ———— | |______________________________________|</pre> - </div> - </div> - - + </div> </div> </main> <footer class="noscroll" aria-label="pied de page et liens vers CGU, mentions, sources et risques"> |