summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 140d1cb..a3e7733 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,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>