summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-05-04 20:06:16 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-05-04 20:06:16 -0500
commit95ffd8bf3beebb8cb563f40c880145c40f5d2a3f (patch)
tree01df9c29f35afaa27f3213416ab36c152611caa2 /public/index.html
downloadimmich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.tar.xz
immich-frame-95ffd8bf3beebb8cb563f40c880145c40f5d2a3f.zip
initial commit
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..7c0fadd
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <!--
+ <link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
+ <link rel="stylesheet" href="/style.css">
+ <script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
+ <script src="index.js" defer type="module"></script>
+-->
+ <link rel="stylesheet" href="/style.css">
+ <script src="/main.js" defer></script>
+</head>
+<body>
+ <header></header>
+ <main>
+ <!--
+ <div id="slideshow" style="display:none">
+ -->
+ <div id="slideshow">
+ <div id="slideshow-carousel">
+ <div class="carousel-cell"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/tulip.jpg" /></div>
+ <div class="carousel-cell"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/grapes.jpg" /></div>
+ <div class="carousel-cell"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/raspberries.jpg"/></div>
+ <div class="carousel-cell"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/wolf.jpg" /></div>
+ <div class="carousel-cell"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/82/shore.jpg" /></div>
+ </div>
+ </div>
+ <div id="albums" style="display:none">
+ </div>
+ <div id="settings" style="display:none">
+ </div>
+ </main>
+ <footer>
+ <a href="/">Slideshow</a>
+ <a href="/albums">Album Picker</a>
+ <a href="/settings">Settings</a>
+ </footer>
+</body>
+</html>