« get me outta code hell

Interactivity - csb-game - Pixelly spin-off of the Command Synergy Battle system used in Final Fantasy XIII
summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-08-09 18:47:02 -0300
committerFlorrie <towerofnix@gmail.com>2018-08-09 18:47:02 -0300
commit25a5879419cc1d6b2f93ca60d08fccb5759271c8 (patch)
tree8ca30949ef9a8e064baa6b1b9529c36cf4138ad9 /index.html
parent2bccb6c55da3997483054e0bbea89d01841955fe (diff)
Interactivity
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
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>