diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-02-08 11:31:25 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-02-08 11:31:25 +0100 |
commit | 58fecb83da4bf3a0a9a962c4f677005c30b09452 (patch) | |
tree | d8e8b9a20a5d28134cc92a1e571e6e34da36df62 /templates/index.html | |
parent | dccdd30e7429831450b286c0c4dd065bf1d5b385 (diff) | |
download | garagehq.deuxfleurs.fr-58fecb83da4bf3a0a9a962c4f677005c30b09452.tar.gz garagehq.deuxfleurs.fr-58fecb83da4bf3a0a9a962c4f677005c30b09452.zip |
Fix bogus HTMLfixfixfix
Diffstat (limited to 'templates/index.html')
-rwxr-xr-x | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 1688bea..53547c4 100755 --- a/templates/index.html +++ b/templates/index.html @@ -209,7 +209,7 @@ </div> </div> - <div class="w-full flex flex-col items-center justify-center shadow-inner"></div> + <div class="w-full flex flex-col items-center justify-center shadow-inner"> <div class="px-8 py-24 space-y-8 text-garage-gray max-w-4xl mx-auto"> <h2 class="text-2xl text-garage-orange font-semibold">Sponsors and funding</h2> <p>The <a class="text-garage-orange underline" href="https://deuxfleurs.fr/" target="_blank">Deuxfleurs association</a> |