| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..f0fc53c --- /dev/null +++ b/www/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +   <head> +      <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> +   </body> +</html> | 


