21 lines
794 B
HTML
21 lines
794 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||
|
|
<meta name="theme-color" content="#2a2520" />
|
||
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||
|
|
<meta name="apple-mobile-web-app-title" content="Mill Run" />
|
||
|
|
<meta name="robots" content="noindex, nofollow" />
|
||
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||
|
|
<link rel="icon" href="/favicon.png" type="image/png" />
|
||
|
|
<link rel="apple-touch-icon" href="/icon-192.png" />
|
||
|
|
<title>Mill Run</title>
|
||
|
|
%sveltekit.head%
|
||
|
|
</head>
|
||
|
|
<body data-sveltekit-preload-data="hover">
|
||
|
|
<div id="app">%sveltekit.body%</div>
|
||
|
|
</body>
|
||
|
|
</html>
|