aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..dcad414
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <title>PhotoFloat</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="debug">Debug info here...</div>
+
+</body>
+</html>