summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-03-20 18:04:39 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-03-20 18:04:39 +0100
commit7a49310e8d1909201d790e61297caeed0145b0c3 (patch)
tree5e9c2a5d5dd0f8d1e43d16c62b16c6b4fbcf6a79 /src/altar/www/index.html
parentce67d4a66521cd5b3e573ef71ea23d4c60e06d49 (diff)
Starting to work on the Altar page.altar
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>