portfolio/src/app.html

13 lines
408 B
HTML
Raw Normal View History

2023-06-18 12:18:12 +00:00
<!DOCTYPE html>
<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-09 18:51:15 +00:00
<body data-sveltekit-preload-data="hover" data-theme="skeleton"">
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>