| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-20 18:04:39 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-20 18:04:39 +0100 | 
| commit | 7a49310e8d1909201d790e61297caeed0145b0c3 (patch) | |
| tree | 5e9c2a5d5dd0f8d1e43d16c62b16c6b4fbcf6a79 /src/altar/www | |
| parent | ce67d4a66521cd5b3e573ef71ea23d4c60e06d49 (diff) | |
Starting to work on the Altar page.altar
Diffstat (limited to 'src/altar/www')
| -rw-r--r-- | src/altar/www/index.html | 13 | ||||
| -rw-r--r-- | src/altar/www/style.css | 0 | 
2 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> diff --git a/src/altar/www/style.css b/src/altar/www/style.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/altar/www/style.css | 


