veikko.lintujarvi.fi/src/app.html

17 lines
422 B
HTML
Raw Normal View History

2022-03-10 22:08:33 +02:00
<!DOCTYPE html>
<html lang="en">
2022-03-17 19:20:18 +02:00
<head>
<meta charset="utf-8" />
<meta name="description" content="Veikko Lintujärvi" />
2022-03-17 19:41:23 +02:00
<link rel="icon" href="%svelte.assets%/favicon.ico" />
2022-03-17 19:20:18 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">
%svelte.head%
</head>
<body>
<div>%svelte.body%</div>
</body>
</html>