summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-10 18:04:34 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-10 18:04:34 +0200 |
commit | 4089e04b953ce2799d839d841278446d7f0b4c32 (patch) | |
tree | e1877866c559544a97a4557cc99c025184f122c1 /src/character/www/index.html | |
parent | 04e4ce4137fe3ffb0ccc6dc8635db3e202517945 (diff) |
character -> roster-editor
Diffstat (limited to 'src/character/www/index.html')
-rw-r--r-- | src/character/www/index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/character/www/index.html b/src/character/www/index.html deleted file mode 100644 index 65f0d02..0000000 --- a/src/character/www/index.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <link rel="stylesheet" type="text/css" href="../css/global.css"> - <link rel="stylesheet" type="text/css" href="../css/character.css"> - <link rel="stylesheet" type="text/css" href="../asset/characters.css"> - <link rel="stylesheet" type="text/css" href="../asset/armors.css"> - <link rel="icon" type="image/x-icon" href="/favicon.ico"> - </head> - <body> - <script src="script/main.js"></script> - <script src="../global/script/session.js"></script> - <script src="../global/script/urlparams.js"></script> - <script src="../global/script/navigation.js"></script> - <script> - tacticians_online.session.load(); - - tacticians_online.app = - Elm.Main.fullscreen - ( - { - user_id: tacticians_online.session.get_user_id(), - token: tacticians_online.session.get_token(), - url_params: tacticians_online.urlparams.get_parameters() - } - ); - - tacticians_online.session.attach_to(tacticians_online.app); - tacticians_online.navigation.attach_to(tacticians_online.app); - </script> - </body> -</html> |