| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html index f0fc53c..10a422b 100644 --- a/www/index.html +++ b/www/index.html @@ -4,9 +4,8 @@ <link rel="stylesheet" type="text/css" href="/style.css"> </head> <body> - <script src="script/main.js"></script> - <script> - tacticians_online_app = Elm.Main.fullscreen(); - </script> + <script src="/www/script/params.js"></script> + <script src="/www/script/main.js"></script> + <script src="/www/script/load.js"></script> </body> </html> |


