aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:03:47 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-05 20:03:47 -0400
commit8d66a56b9169f0ad8fe67e68a030e7c121bdb88f (patch)
tree60ecb6d2832be8105d4a9948b49e69500cd95453 /web/index.html
parentCompare by name if dates are the same. (diff)
downloadPhotoFloat-8d66a56b9169f0ad8fe67e68a030e7c121bdb88f.tar.xz
PhotoFloat-8d66a56b9169f0ad8fe67e68a030e7c121bdb88f.zip
Add stump of web project.
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>