summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheav <heavpoot@gmail.com>2021-03-31 04:02:54 +0100
committerheav <heavpoot@gmail.com>2021-03-31 04:02:54 +0100
commit6fa4ae49091d7b6206c54e8d3d9f3d8bcdfc12b0 (patch)
tree976a485852da7dd89c724d19aba81160fc11968f
parentb35ac965d63d831653e940a862689fb48d91901e (diff)
make it use a local copy of mithril
-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>