| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-27 15:58:32 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-27 15:58:32 +0200 |
| commit | 287049d6d1f06269fa48e2dba460e8dde9867bda (patch) | |
| tree | 05d314fedf637349be33eadba9417a5beaa54faf /www/popup.html | |
| parent | 2f22e667fbea56884d74ed27777f2e9f3fc9fd53 (diff) | |
...
Diffstat (limited to 'www/popup.html')
| -rw-r--r-- | www/popup.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/popup.html b/www/popup.html new file mode 100644 index 0000000..0cf3b15 --- /dev/null +++ b/www/popup.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" type="text/css" href="/style.css"> + </head> + <body> + <script src="/www/script/params.js"></script> + <script src="/www/script/battles.js"></script> + <script src="/www/script/main_popup.js"></script> + <script src="/www/script/init_popup.js"></script> + </body> +</html> |


