diff options
author | Joris | 2015-11-13 20:12:21 +0100 |
---|---|---|
committer | Joris | 2015-11-13 20:12:21 +0100 |
commit | eef0cf46c150cd12e783aa8dc62f825a59757855 (patch) | |
tree | 892cc53729c0f61c050b75e39aaa252eb49d4590 /index.html | |
parent | 5af770bd99dbb57d78857236c054bc0a6dc4bdfd (diff) |
Upgrade to elm 0.15.1 and use npm to build
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <title>cAtchVoid</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="style.css"> - <script src="elm.js"></script> + <script src="client.js"></script> </head> <body> |