mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 11:07:31 +01:00
Add favicon link to index.html
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
<title>Pokemon Detail</title>
|
<title>Pokemon Detail</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<script src="./pokemon-detail.js" defer></script>
|
<script src="./pokemon-detail.js" defer></script>
|
||||||
|
<link rel="icon" href="./assets/pokeball.png" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="detail-main main">
|
<main class="detail-main main">
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<script src="./pokemon.js" defer></script>
|
<script src="./pokemon.js" defer></script>
|
||||||
<script src="./search.js" defer></script>
|
<script src="./search.js" defer></script>
|
||||||
|
<link rel="icon" href="./assets/pokeball.png" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main class="main">
|
<main class="main">
|
||||||
|
|||||||
Reference in New Issue
Block a user