fix(site, templatest): unclosed link tags

This commit is contained in:
Ayo Ayco 2025-02-28 20:19:38 +01:00
parent 6558e34850
commit 332dbd1f88
2 changed files with 6 additions and 6 deletions

View file

@ -17,9 +17,9 @@
<link rel="stylesheet" href="/reset.css" /> <link rel="stylesheet" href="/reset.css" />
<!-- Icons --> <!-- Icons -->
<link rel="icon" href="favicon.svg"> <link rel="icon" href="favicon.svg" />
<link rel="mask-icon" href="mask-icon.svg" color="#000000"> <link rel="mask-icon" href="mask-icon.svg" color="#000000" />
<link rel="apple-touch-icon" href="apple-touch-icon.png"> <link rel="apple-touch-icon" href="apple-touch-icon.png" />
<style> <style>
:root { :root {

View file

@ -41,9 +41,9 @@
<!-- Icons --> <!-- Icons -->
<link rel="icon" href="favicon.svg"> <link rel="icon" href="favicon.svg" />
<link rel="mask-icon" href="mask-icon.svg" color="#000000"> <link rel="mask-icon" href="mask-icon.svg" color="#000000" />
<link rel="apple-touch-icon" href="apple-touch-icon.png"> <link rel="apple-touch-icon" href="apple-touch-icon.png" />
<slot /> <slot />
</head> </head>