aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-14 21:22:20 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-14 21:22:20 -0500
commit7155ffcb5ef169bdc4e7cccc475ce83102edc329 (patch)
tree17ed94d210609271a1cb4c6b535c4f82b7a65fbf /templates/index.html
parent556ae86fa227872dea81f36923daef42a1296062 (diff)
downloadembedtube-7155ffcb5ef169bdc4e7cccc475ce83102edc329.tar.xz
embedtube-7155ffcb5ef169bdc4e7cccc475ce83102edc329.zip
even more minimal and removed playback rate control since i found the intended control on the top on the embed frame oopsies
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 0d64803..164a810 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
{{ define "content" }}
- <div id="index">
- {{ .Content }}
- </div>
+<main>
+ {{ .Content }}
+</main>
{{ end }}