summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-10-19 13:30:40 +0200
committernsensfel <SpamShield0@noot-noot.org>2017-10-19 13:30:40 +0200
commite008855086d124f0de14eacc858ecb57d23e371c (patch)
treee3fe94dcf2966d17ac970b4b9cbbf6998c1f34a6 /src/battlemap/www/index.html
parentab299e08cee6ee9b2b122ce87b9bdab3b0dd637c (diff)
Starting a more modular approach for the website.
Diffstat (limited to 'src/battlemap/www/index.html')
-rw-r--r--src/battlemap/www/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/battlemap/www/index.html b/src/battlemap/www/index.html
new file mode 100644
index 0000000..f630b80
--- /dev/null
+++ b/src/battlemap/www/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ </head>
+ <body>
+ <script src="script/main.js"></script>
+ <script>Elm.Main.fullscreen();</script>
+ </body>
+</html>