aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/apps/web/src/app.html
blob: 5c77cd71e07655111b0ae1d9b94f9eba8715ce25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>
    <div>%sveltekit.body%</div>
  </body>
</html>