|
@@ -1,13 +1,15 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en" class="dark">
|
|
|
- <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 class="bg-immich-bg dark:bg-immich-dark-bg fixed inset-0 w-full h-full">
|
|
|
- <div class="fixed inset-0 w-full h-full">%sveltekit.body%</div>
|
|
|
- </body>
|
|
|
-</html>
|
|
|
+<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 class="bg-immich-bg dark:bg-immich-dark-bg">
|
|
|
+ <div>%sveltekit.body%</div>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|