diff options
author | Alexis Hovorka <[email protected]> | 2022-02-19 23:59:25 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-02-19 23:59:25 -0700 |
commit | 04b75bea7c6c83bee6b4416ebfd22dc48a380b93 (patch) | |
tree | 2795be136eeffefce1540c5bb40000c1dd0da69c /public/index.html | |
parent | 15605b9918047498c32362eeaf6ba62ccf2dc095 (diff) |
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 0010c06..12bfdd9 100644 --- a/public/index.html +++ b/public/index.html @@ -66,9 +66,9 @@ <table id="keyboard"> <tr> - <td data-key="q" colspan=2 class="absent">Q</td> - <td data-key="w" colspan=2 class="present">W</td> - <td data-key="e" colspan=2 class="found">E</td> + <td data-key="q" colspan=2>Q</td> + <td data-key="w" colspan=2>W</td> + <td data-key="e" colspan=2>E</td> <td data-key="r" colspan=2>R</td> <td data-key="t" colspan=2>T</td> <td data-key="y" colspan=2>Y</td> |