summaryrefslogtreecommitdiff
path: root/projects/2-stay-motivated/index.html
blob: b7a08da22718fcb7b656a454d852951a2e6b5f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>Stay Motivated</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>