aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-14 21:02:39 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-14 21:02:39 -0500
commit556ae86fa227872dea81f36923daef42a1296062 (patch)
treeddd8b68325cff2871af10a533cdea6b99efed137 /templates
parent806ef52949b72530f96a800708ce442578dbe33d (diff)
downloadembedtube-556ae86fa227872dea81f36923daef42a1296062.tar.xz
embedtube-556ae86fa227872dea81f36923daef42a1296062.zip
footer link and even more minimal style
Diffstat (limited to 'templates')
-rw-r--r--templates/watch.html61
1 files changed, 31 insertions, 30 deletions
diff --git a/templates/watch.html b/templates/watch.html
index e05eef8..89ba0e6 100644
--- a/templates/watch.html
+++ b/templates/watch.html
@@ -13,34 +13,35 @@
allowfullscreen
>
</iframe>
-<div id="title-bar">
- <h1 id="title"></h1>
- <label>Rate: <select id="pb-rate"></select></label>
- <button id="toggle-details">Show Details</button>
-</div>
-<div id="details" style="display:none">
- <span><a id="details-channel"></a> @ <span id="details-date"></span></span>
- <br>
- <span><span id="details-views"></span> Views => 👍 <span id="details-likes"></span> => <span id="details-comments"></span> Comments</span>
- <br>
- <span id="details-desc">No description has been added to this video.</span>
- <br>
- <h4>Tags:</h4>
- <div id="details-tags"></div>
-</div>
-<br>
-<div id="comments" style="display:none">
- <h3>Comments:</h3>
- <template id="template-comment">
- <hr>
- <div class="comment">
- <a class="author"></a>
- <span>@ <span class="date"></span></span>
- <span class="date modified"></span>
- <div class="body"></div>
- <span>👍 <span class="likes"></span></span>
- <div class="replies"></div>
- </div>
- </template>
-</div>
+<main>
+ <div id="title-bar">
+ <h1 id="title"></h1>
+ <label>Rate: <select id="pb-rate"></select></label>
+ <button id="toggle-details">Show Details</button>
+ </div>
+ <div id="details" style="display:none">
+ <span><a id="details-channel"></a> @ <span id="details-date"></span></span><br>
+ <span><span id="details-views"></span> Views => 👍 <span id="details-likes"></span> => <span id="details-comments"></span> Comments</span><br>
+ <span id="details-desc">No description has been added to this video.</span><br>
+ <h4>Tags:</h4>
+ <div id="details-tags"></div>
+ </div>
+ <div id="comments" style="display:none">
+ <h3>Comments:</h3>
+ <template id="template-comment">
+ <hr>
+ <div class="comment">
+ <a class="author"></a>
+ <span>@ <span class="date"></span></span>
+ <span class="date modified"></span>
+ <div class="body"></div>
+ <span>👍 <span class="likes"></span></span>
+ <div class="replies"></div>
+ </div>
+ </template>
+ </div>
+</main>
+<footer>
+ <br><a href="/">EmbedTube</a>
+</footer>
{{ end }}