mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 21:29:57 +01:00
Improve search functionality by encapsulating event listeners in an IIFE and enhancing visibility toggle for the search close icon
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Pokedex</title>
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<link rel="preload" href="./style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="./style.css"></noscript>
|
||||
<script src="./pokemon.js" defer></script>
|
||||
<script src="./search.js" defer></script>
|
||||
<link rel="icon" href="./assets/pokeball.png" type="image/x-icon">
|
||||
|
||||
Reference in New Issue
Block a user