Initiate Svelte

This commit is contained in:
Fred Boniface
2023-06-12 19:02:49 +01:00
parent dc2cc5477e
commit 212808ef64
16 changed files with 2939 additions and 2 deletions

12
src/app.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<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">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>