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
334 B
HTML
Raw Normal View History

<!DOCTYPE html>
2023-12-09 17:54:09 +00:00
<html lang="en" class="dark h-full">
<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-09 17:54:09 +00:00
<body class="h-full w-full" data-sveltekit-preload-data="hover">
%sveltekit.body%
</body>
</html>