summaryrefslogtreecommitdiffstats
path: root/apps/frontpage/src/app.html
blob: 917c2aa35302d3b0203ee0816564db24753c79cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>