fix microsmarcio icon

This commit is contained in:
Francesco De Carlo 2025-08-02 09:53:18 +02:00
parent 656d1e40c7
commit 396c7b0cea

View file

@ -1,9 +1,8 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" /> <link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head% %sveltekit.head%
</head> </head>
@ -11,5 +10,4 @@
<body data-sveltekit-preload-data="hover" class="h-max"> <body data-sveltekit-preload-data="hover" class="h-max">
<div style="display: contents">%sveltekit.body%</div> <div style="display: contents">%sveltekit.body%</div>
</body> </body>
</html> </html>