diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-16 23:08:33 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-16 23:08:33 -0300 |
commit | 4d51316c23687f658a4676c6ba2bb18b653caeff (patch) | |
tree | f7e43bca862a234ec4e0fcfc7c3dead90bab9bd2 /index.html | |
parent | a358132379b3034242fd4dbb82bb5fe50e4062d1 (diff) |
Warmech AI recover move
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 50ee295..6f6ad3f 100644 --- a/index.html +++ b/index.html @@ -18,5 +18,5 @@ canvas { } </style> Nice. -<canvas id="canvas" tabindex="1"></canvas> +<canvas id="canvas" tabindex="1" width="400" height="240"></canvas> <script src="index.js"></script> |