summaryrefslogtreecommitdiff
path: root/projects/2-stay-motivated/index.html
blob: fddd88f3aff111d828d4ea672c5d384046f85603 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <head>
    <title>Stay Motivated</title>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <div id="root">Loading...</div>
    <script type="text/javascript" src="templates.js"></script>
    <script type="text/javascript" src="main.js"></script>
  </body>
</html>