Static: Add favicon + logo

This commit is contained in:
2024-12-12 04:39:09 +01:00
parent b3c10147df
commit a7b2bfb56b
4 changed files with 44 additions and 1 deletions

View File

@ -2,11 +2,22 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<!-- Scale the viewport for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Set the iOS Safari header/tab bar color -->
<meta name="theme-color" content="#F8D7DA" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<!-- SvelteKit inserts the header contents here -->
%sveltekit.head%
</head>
<!-- Prefetch data specified in "load" functions on link hover -->
<body data-sveltekit-preload-data="hover">
<!-- SvelteKit inserts the body contents here -->
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>