summaryrefslogtreecommitdiff
path: root/projects/2-stay-motivated/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/2-stay-motivated/index.html')
-rw-r--r--projects/2-stay-motivated/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/2-stay-motivated/index.html b/projects/2-stay-motivated/index.html
index fddd88f..b7a08da 100644
--- a/projects/2-stay-motivated/index.html
+++ b/projects/2-stay-motivated/index.html
@@ -4,8 +4,11 @@
<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> \ No newline at end of file
+</html>