Only creates cookie when there is no error + logos

This commit is contained in:
sprechtl 2022-09-25 23:02:50 +02:00
parent 16af21123b
commit 670a860d90
5 changed files with 131 additions and 13 deletions

View file

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