Add Svelte 5/SvelteKit 2
This commit is contained in:
parent
6b58950e78
commit
ba070f387c
14 changed files with 217 additions and 0 deletions
src
16
src/app.html
Normal file
16
src/app.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="nordlys h-full">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body
|
||||
data-sveltekit-preload-data="hover"
|
||||
style="background-image: url('https://images4.alphacoders.com/112/1123390.jpg')"
|
||||
class="overflow-hidden h-screen"
|
||||
>
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue