]>
Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html> | |
3 | <head> | |
4 | <meta charset="utf-8" /> | |
5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
6 | <link rel="icon" href="/favicon.png" /> | |
7 | <link rel="stylesheet" href="/global.css" /> | |
8 | <link href="https://fonts.googleapis.com/css?family=Yrsa:400" rel="stylesheet"> | |
9 | %svelte.head% | |
10 | </head> | |
11 | <body> | |
12 | <div id="svelte">%svelte.body%</div> | |
13 | </body> | |
14 | </html> |