aboutsummaryrefslogtreecommitdiff
path: root/src/app.html
blob: d5843863bf08e8e594706e08e3b5062552e25699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>

<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="author" content="Rubén Beltrán del Río">
    <meta name="theme-color" content="#db5945">

    <link rel="stylesheet" href="/global.css" />
		%svelte.head%
  </head>
  <body>
		<div id="svelte">%svelte.body%</div>
  </body>
</html>