portfolio/src/app.html

13 lines
369 B
HTML
Raw Permalink Normal View History

2024-03-17 22:16:37 +00:00
<!doctype html>
2023-06-18 12:18:12 +00:00
<html lang="en" class="light">
2023-12-13 17:16:45 +00:00
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
2024-03-17 22:16:37 +00:00
<body data-theme="medzik">
2023-12-13 17:16:45 +00:00
<div style="display: contents">%sveltekit.body%</div>
</body>
2023-06-18 12:18:12 +00:00
</html>