guidebook/src/app.html

14 lines
291 B
HTML
Raw Normal View History

2022-05-03 22:29:06 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Guidebook</title>
%svelte.head%
</head>
<body>
2022-05-04 00:08:28 +02:00
%svelte.body%
2022-05-03 22:29:06 +02:00
</body>
</html>