Most things are working in the template now.

This commit is contained in:
Scott Idem
2024-02-15 11:55:42 -05:00
parent 17d99d080c
commit 19f9983c9a
8 changed files with 1770 additions and 119 deletions

View File

@@ -1,12 +1,19 @@
<!DOCTYPE html>
<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>
<body data-sveltekit-preload-data="hover" data-theme="modern">
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
</body>
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script>
</script>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="modern">
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
</body>
</html>