mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-04-18 06:48:44 +02:00
replace png with webp
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
<script src="./pokemon.js" defer></script>
|
||||
<script src="./search.js" defer></script>
|
||||
<link rel="icon" href="./assets/pokeball.png" type="image/x-icon">
|
||||
<link rel="preconnect" href="https://example.com" />
|
||||
<link rel="preconnect" href="https://cdn.example.com" />
|
||||
<link rel="preload" as="image" href="./assets/pokeball.svg" />
|
||||
<link rel="preload" as="image" href="./assets/search.svg" />
|
||||
<link rel="preload" as="image" href="./assets/cross.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<main class="main">
|
||||
|
||||
Reference in New Issue
Block a user