diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-09 18:47:02 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-09 18:47:02 -0300 |
commit | 25a5879419cc1d6b2f93ca60d08fccb5759271c8 (patch) | |
tree | 8ca30949ef9a8e064baa6b1b9529c36cf4138ad9 /index.html | |
parent | 2bccb6c55da3997483054e0bbea89d01841955fe (diff) |
Interactivity
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 61618d9..5c636b0 100644 --- a/index.html +++ b/index.html @@ -16,5 +16,5 @@ canvas { } </style> Nice. -<canvas id="canvas"></canvas> +<canvas id="canvas" tabindex="1"></canvas> <script src="index.js"></script> |