Include Logo set Favicon

This commit is contained in:
sprechtl 2022-09-25 23:34:18 +02:00
parent 670a860d90
commit 220531b951
5 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./resources/logo2.svg" />
<link rel="icon" href="../src/resources/images/logo2.svg" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>