summaryrefslogtreecommitdiff
path: root/components/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/index.html')
-rw-r--r--components/index.html3
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>