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