]> git.za3k.com Git - flowy.git/commitdiff
Also dist
authorZachary Vance <vanceza@gmail.com>
Wed, 18 Mar 2015 02:15:21 +0000 (19:15 -0700)
committerZachary Vance <vanceza@gmail.com>
Wed, 18 Mar 2015 02:15:21 +0000 (19:15 -0700)
dist/index.html [new file with mode: 0644]

diff --git a/dist/index.html b/dist/index.html
new file mode 100644 (file)
index 0000000..ea60868
--- /dev/null
@@ -0,0 +1,15 @@
+<html>
+<head>
+<script src="_bower.js"></script>
+<script src="flowy.js"></script>
+<link rel="stylesheet" type="text/css" href="flowy.css">
+</head>
+<body>
+<div id="todo-app">
+    A todo list:
+    <div id="todo-list">
+
+    </div>
+</div>
+</body>
+</html>