diff options
Diffstat (limited to 'website/sandbox/chord-drill-sergeant/index.html')
-rw-r--r-- | website/sandbox/chord-drill-sergeant/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/chord-drill-sergeant/index.html b/website/sandbox/chord-drill-sergeant/index.html index d2218ea1905a..861ed1479522 100644 --- a/website/sandbox/chord-drill-sergeant/index.html +++ b/website/sandbox/chord-drill-sergeant/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <title>Chord Drill Sergeant</title> <link rel="stylesheet" href="./output.css" /> - <script src="./elm.js"></script> + <script src="./Main.min.js"></script> </head> <body class="font-serif"> <div id="mount"></div> |