summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 140d1cb..5305b13 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta charset="utf8"></meta>
<style>
body {
color:#FFF;
@@ -43,7 +44,7 @@
</style>
</head>
<body>
- <script src="https://unpkg.com/mithril/mithril.js"></script>
+ <script src="mithril.js"></script>
<script src="game.js"></script>
</body>
</html>