about summary refs log blame commit diff
path: root/website/sandbox/chord-drill-sergeant/index.html
blob: d2218ea1905a132072cc6b46343206c2b05d8a0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                             
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Chord Drill Sergeant</title>
    <link rel="stylesheet" href="./output.css" />
    <script src="./elm.js"></script>
  </head>
  <body class="font-serif">
    <div id="mount"></div>
    <script>
     Elm.Main.init({node: document.getElementById("mount")});
    </script>
  </body>
</html>