| summaryrefslogtreecommitdiff |
diff options
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> |


