summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 7c0fadda91874cc7e5322365d753d59281217264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>