diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-06-24 08:53:58 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-06-24 09:13:08 +0200 |
| commit | bdba7f5c449c0ac77bbd2420c5bc086a7e369a91 (patch) | |
| tree | 0f4acd13a6a1c62f4e0b1b79a537b09c0470af2e /client/src/app.html | |
| parent | d104bd0671181376f0756ba8ae6a03880654c186 (diff) | |
Initial commit of client
Using svelte
Diffstat (limited to 'client/src/app.html')
| -rw-r--r-- | client/src/app.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/app.html b/client/src/app.html new file mode 100644 index 0000000..ecd5efc --- /dev/null +++ b/client/src/app.html @@ -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, initial-scale=1" /> + %sveltekit.head% + </head> + <body data-sveltekit-preload-data="hover"> + <div style="display: contents">%sveltekit.body%</div> + </body> +</html> |
