1
1
<!doctype html>
2
2
< html lang ="no ">
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < link rel ="icon " type ="image/png " href ="/favicon-96x96.png " sizes ="96x96 " />
6
+ <!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
7
+ < link rel ="shortcut icon " href ="/favicon.ico " />
8
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png " />
9
+ < link rel ="manifest " href ="/site.webmanifest " />
10
+ < title > nais.io</ title >
11
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
12
+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
13
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
14
+ < link
15
+ href ="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400&display=swap "
16
+ rel ="stylesheet " />
17
+ %sveltekit.head%
18
+ </ head >
3
19
4
- < head >
5
- < meta charset ="utf-8 " />
6
- < link rel ="icon " type ="image/png " href ="/favicon-96x96.png " sizes ="96x96 " />
7
- <!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
8
- < link rel ="shortcut icon " href ="/favicon.ico " />
9
- < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png " />
10
- < link rel ="manifest " href ="/site.webmanifest " />
11
- < title > nais.io</ title >
12
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
13
- < link rel ="preconnect " href ="https://fonts.googleapis.com " />
14
- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
15
- < link href ="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400&display=swap "
16
- rel ="stylesheet " />
17
- %sveltekit.head%
18
- </ head >
19
-
20
- < body data-sveltekit-preload-data ="hover ">
21
- %sveltekit.body%
22
- </ body >
23
-
24
- </ html >
20
+ < body data-sveltekit-preload-data ="hover ">
21
+ < div style ="display: contents "> %sveltekit.body%</ div >
22
+ </ body >
23
+ </ html >
0 commit comments