diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 18:05:23 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 18:05:23 +0200 |
| commit | 2001c035fbb417ab0a3d42cfb04d17420bde4086 (patch) | |
| tree | 28dca31ca5317ae223e5603ebbfe62d09f9d88d8 /apps/kit/src/app.html | |
| parent | be0739585ecc67fca3677fa6c80cffaf4005abc6 (diff) | |
| download | greatoffice-2001c035fbb417ab0a3d42cfb04d17420bde4086.tar.xz greatoffice-2001c035fbb417ab0a3d42cfb04d17420bde4086.zip | |
refactor: Minor changes
Diffstat (limited to 'apps/kit/src/app.html')
| -rw-r--r-- | apps/kit/src/app.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/apps/kit/src/app.html b/apps/kit/src/app.html index 9d1d0ae..308b223 100644 --- a/apps/kit/src/app.html +++ b/apps/kit/src/app.html @@ -1,12 +1,14 @@ <!DOCTYPE html> <html class="h-full bg-white" lang="en"> - <head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width" /> - <script src="%sveltekit.assets%/preload.js"></script> - %sveltekit.head% - </head> - <body class="h-full"> - <div>%sveltekit.body%</div> - </body> -</html> + +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width" /> + %sveltekit.head% +</head> + +<body class="h-full"> + <div>%sveltekit.body%</div> +</body> + +</html>
\ No newline at end of file |
