This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-sign-up-site/src/app.html

13 lines
385 B
HTML
Raw Normal View History

<!DOCTYPE html>
2023-09-13 14:30:24 +00:00
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
2023-12-05 18:24:27 +00:00
<body data-sveltekit-preload-data="hover">
<div style="display: contents;" class="h-screen overflow-hidden contents">%sveltekit.body%</div>
</body>
</html>