photo-ui
diff --git a/photos-ui/gallery.html b/photos-ui/gallery.html
new file mode 100644
index 0000000..a8001d0
--- /dev/null
+++ b/photos-ui/gallery.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>Photos</title>
+    </head>
+    <script src="static/photos.js"></script>
+    <body onload="initGallery('gallery')">
+      <div id="gallery" />
+    </body>
+</html>