mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-29 13:10:12 +00:00
25 lines
588 B
HTML
25 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html lang="no-NO">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
|
|
|
|
<meta name="theme-color" content="#18332f" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<style lang="css">
|
|
html,
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-prefetch>
|
|
<div>%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|