diff options
author | Grail Finder <wohilas@gmail.com> | 2025-04-19 07:21:49 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-04-19 07:21:49 +0300 |
commit | 769589c59b9c7c29b11060fe19cec9f0f1ae9603 (patch) | |
tree | ef434e582e164f62a4fd168fd2f1918ab875a416 /components/index.html | |
parent | 1e5faf9b609fa230d763bccdd8520441c5498a15 (diff) |
Diffstat (limited to 'components/index.html')
-rw-r--r-- | components/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/index.html b/components/index.html index 816fd21..3020e05 100644 --- a/components/index.html +++ b/components/index.html @@ -9,7 +9,7 @@ <script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script> </head> <body> - <div class="container"> + <div id="ancestor"> <h1>Mixed Übungen</h1> <div class="ubung-list"> {{range .}} @@ -24,7 +24,6 @@ </p> {{end}} </div> - <div id="ancestor"></div> </div> </body> </html> |