summaryrefslogtreecommitdiff
path: root/static/public
diff options
context:
space:
mode:
Diffstat (limited to 'static/public')
-rw-r--r--static/public/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/public/index.html b/static/public/index.html
index 04ffd4b..58172a1 100644
--- a/static/public/index.html
+++ b/static/public/index.html
@@ -8,6 +8,7 @@
<body class="bg-black text-white fill-white h-dvh max-h-screen flex flex-col m-0 overflow-hidden">
<header></header>
<main class="my-4 overflow-hidden h-full flex flex-col">
+ <!-- Slideshow Page -->
<div id="slideshow" class="hidden! overflow-hidden h-full flex flex-col">
<div class="flex justify-end pe-[10vw] w-full absolute bg-gradient-to-b from-black/40 z-20">
<div id="slideshow-share" class="z-10">
@@ -25,6 +26,7 @@
<button id="next-slide" class="svg-btn size-12"><svg alt="Next Slide" class="size-full"><use href="#sprite-skip_next"></use></svg></button>
</div>
</div>
+ <!-- Albums Page -->
<div id="albums" class="hidden! overflow-y-scroll"><div class="px-4 m-auto max-w-3xl">
<div class="p-2 sticky top-0 z-20 bg-black">
<input class="rounded-input mx-auto mb-4 w-full" id="album-search" placeholder="Search your albums" />
@@ -56,6 +58,7 @@
</div>
</template>
</div></div>
+ <!-- Settings Page -->
<div id="settings" class="hidden! overflow-y-scroll">
<form class="flex flex-col gap-4 m-auto max-w-3xl mx-auto px-4">
<fieldset class="rounded-fieldset">