Add a new example: testing

This commit is contained in:
Eli Bendersky
2019-09-12 11:30:07 -07:00
parent 507f2b6145
commit be9b84288c
8 changed files with 277 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
onkeydown = (e) => {
if (e.key == "ArrowLeft") {
window.location.href = 'temporary-files-and-directories';
window.location.href = 'testing';
}