aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 23:15:03 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 23:15:03 -0400
commit0c7d542b46fd9e3265b8e33e2285def133744526 (patch)
tree7881b1760cdf6cc6bc33b3b929f89fa7b394fc10 /web/index.html
parentListen on hash events. (diff)
downloadPhotoFloat-0c7d542b46fd9e3265b8e33e2285def133744526.tar.xz
PhotoFloat-0c7d542b46fd9e3265b8e33e2285def133744526.zip
Gettin functional, baby
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index dcad414..8e97590 100644
--- a/web/index.html
+++ b/web/index.html
@@ -8,8 +8,16 @@
<script type="text/javascript" src="js/scripts.min.js"></script>
</head>
<body>
+<div id="album">
+<h2 id="title"></h2>
-<div id="debug">Debug info here...</div>
+<h3>Photos</h3>
+<div id="photos"></div>
+
+<h3 id="subalbums-title">Sub-albums</h3>
+<div id="subalbums"></div>
+</div>
+<div id="photo"></div>
</body>
</html>