summaryrefslogtreecommitdiff
path: root/index.html
blob: 2055b65df2a7b1d0d7d61dba0d4430f5fa70bb1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>