aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-06 07:55:47 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-06 07:55:47 -0400
commita80528f9d3fcb22965ed22ded83dc7ee6a1605ae (patch)
treef0496acb23adff57f291b1b26f9b77c4ee3a39e4 /web/index.html
parentBetter cache. Better gc. (diff)
downloadPhotoFloat-a80528f9d3fcb22965ed22ded83dc7ee6a1605ae.tar.xz
PhotoFloat-a80528f9d3fcb22965ed22ded83dc7ee6a1605ae.zip
Finishing up core.
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html22
1 files changed, 12 insertions, 10 deletions
diff --git a/web/index.html b/web/index.html
index 8e97590..c96bfaa 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3,21 +3,23 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>PhotoFloat</title>
+ <title>JasonDonenfeld.com &#8211; Colors</title>
<link href="css/styles.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/scripts.min.js"></script>
</head>
<body>
-<div id="album">
-<h2 id="title"></h2>
-
-<h3>Photos</h3>
-<div id="photos"></div>
-
-<h3 id="subalbums-title">Sub-albums</h3>
-<div id="subalbums"></div>
+<div id="title">Colors</div>
+<div id="album-view">
+ <div id="thumbs">
+ <div id="loading">Loading...</div>
+ </div>
+ <div id="subalbums"></div>
+</div>
+<div id="photo-view">
+ <a id="next-photo"><img id="photo" /></a>
+ <a id="back">&larr;</a>
+ <a id="next">&rarr;</a>
</div>
-<div id="photo"></div>
</body>
</html>