aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/index.html b/web/index.html
index e9b0b9a..a0b201e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -10,12 +10,6 @@
</head>
<body>
<div id="title">Photos</div>
-<div id="album-view">
- <div id="thumbs">
- <div id="loading">Loading...</div>
- </div>
- <div id="subalbums"></div>
-</div>
<div id="photo-view">
<div id="photo-box">
<a id="next-photo"><img id="photo" /></a>
@@ -30,6 +24,12 @@
<a id="back">&lsaquo;</a>
<a id="next">&rsaquo;</a>
</div>
+<div id="album-view">
+ <div id="thumbs">
+ <div id="loading">Loading...</div>
+ </div>
+ <div id="subalbums"></div>
+</div>
<div id="error-overlay"></div>
<div id="error-text">Forgot my camera.</div>