diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 20:09:47 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 20:09:47 -0500 |
| commit | b24748777294b3646e67c4b7e599e032ee1dfcf9 (patch) | |
| tree | f30debd3dcdeca6d35fdb551a22ab94eb3b9c46d /ui/src/app.html | |
| parent | fa6f3d619e6051d508d9f40c601f77f9b05e1784 (diff) | |
| download | paste-b24748777294b3646e67c4b7e599e032ee1dfcf9.tar.gz paste-b24748777294b3646e67c4b7e599e032ee1dfcf9.tar.xz | |
Start of Svelte UI
Diffstat (limited to 'ui/src/app.html')
| -rw-r--r-- | ui/src/app.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/src/app.html b/ui/src/app.html new file mode 100644 index 0000000..effe0d0 --- /dev/null +++ b/ui/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" /> + %sveltekit.head% + </head> + <body data-sveltekit-preload-data="hover"> + <div style="display: contents">%sveltekit.body%</div> + </body> +</html> |
