diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-08-05 15:54:57 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-08-05 15:54:57 +0100 |
commit | 82361ac10742ff49392012828d839d040441e6aa (patch) | |
tree | f040e78d7e413fb4dedaaf89846066e4ea9ce858 /index.html | |
parent | ec6801c2aabda09597a4867f40b6e8f5a5bd1a23 (diff) |
add a blank line for whitespacing
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ button { </tr> </table> </main> + <script type='module'> document.querySelectorAll('#moji tr').forEach( tr => { const text = tr.firstElementChild.textContent; |