my-portfolio/src/app.html

16 lines
629 B
HTML
Raw Normal View History

2024-04-13 19:15:03 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
2024-04-13 21:02:25 +00:00
<body data-sveltekit-preload-data="hover" class="font-jose">
2024-04-13 19:15:03 +00:00
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>