hyprland-website/src/app.html

16 lines
437 B
HTML
Raw Normal View History

2023-07-10 10:15:17 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width" />
2023-07-31 11:32:19 +02:00
<!-- ! Remember to remove this once done -->
<meta name="robots" content="noindex" />
2023-07-10 10:15:17 +02:00
<style></style>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>