diff --git a/web/files/index.html b/web/files/index.html
index 73470273edffe70950eab742200995bb46f64c96..618f42d6b6704dbfafd5baee7de1b90e66ff62c5 100644
--- a/web/files/index.html
+++ b/web/files/index.html
@@ -22,6 +22,8 @@
 <body>
 <h1>Boxes</h1>
 
+[ <a href="#/">Locations</a> | <a href="#/boxes">Boxes</a> | <a href="#/contents">Contents</a> ]
+
 <div id="app"></div>
 
 <footer>
@@ -61,8 +63,8 @@
       "/", {
         "/": LocationsRoute,
         "/locations": LocationsRoute,
-        "/Boxes": BoxesRoute,
-        "/Contents": ContentsRoute,
+        "/boxes": BoxesRoute,
+        "/contents": ContentsRoute,
       }
     );
 	});