summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/altar/www/index.html')
-rw-r--r--src/altar/www/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/altar/www/index.html b/src/altar/www/index.html
new file mode 100644
index 0000000..33485f1
--- /dev/null
+++ b/src/altar/www/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" type="text/css" href="../global/style.css">
+ <link rel="stylesheet" type="text/css" href="../altar/style.css">
+ <link rel="stylesheet" type="text/css" href="../asset/tiles.css">
+ <link rel="stylesheet" type="text/css" href="../asset/characters.css">
+ </head>
+ <body>
+ <script src="script/main.js"></script>
+ <script>Elm.Main.fullscreen();</script>
+ </body>
+</html>