Website-Dockerized/src/app.html

18 lines
439 B
HTML
Raw Normal View History

2024-03-30 15:44:54 +00:00
<!doctype html>
<html lang="en">
<head>
<title>LogolicusZ's Space</title>
<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" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>