summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2055b65
--- /dev/null
+++ b/index.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <title>Dot Splash</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ </head>
+ <body>
+ <!-- This is our root node where the rest of our app will spawn -->
+ <!-- If the inner HTML of this root node has not been changed yet, things are still loading -->
+ <div id="root">Loading...</div>
+ <!-- Make sure the templates get imported first -->
+ <script type="text/javascript" src="templates.js"></script>
+ <script type="text/javascript" src="main.js"></script>
+ </body>
+</html>