404 Page redesign

This commit is contained in:
Alex Shpak
2020-04-15 23:24:51 +02:00
parent 7382758270
commit 0f58a77354
2 changed files with 22 additions and 4 deletions
+4
View File
@@ -7,6 +7,10 @@
const input = document.querySelector('#book-search-input');
const results = document.querySelector('#book-search-results');
if (!input) {
return
}
input.addEventListener('focus', init);
input.addEventListener('keyup', search);