2024-06-13 09:32:17 +00:00
|
|
|
<!DOCTYPE html>
|
2024-07-02 18:16:03 +00:00
|
|
|
<html>
|
2024-06-13 09:32:17 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2024-06-16 13:46:15 +00:00
|
|
|
<meta name="viewport" content="viewport-fit=cover, width=device-width, height=device-height, initial-scale=1, maximum-scale=1" />
|
2024-06-16 16:00:26 +00:00
|
|
|
|
|
|
|
<title>cobalt</title>
|
|
|
|
|
|
|
|
<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="cobalt">
|
|
|
|
|
|
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/icons/apple-touch-icon.png">
|
|
|
|
|
|
|
|
<link rel="manifest" href="%sveltekit.assets%/manifest.json">
|
|
|
|
|
2024-06-13 09:32:17 +00:00
|
|
|
%sveltekit.head%
|
|
|
|
</head>
|
2024-06-29 17:46:28 +00:00
|
|
|
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager" style="background-color: black">
|
2024-06-29 14:09:17 +00:00
|
|
|
%sveltekit.body%
|
2024-06-13 09:32:17 +00:00
|
|
|
</body>
|
|
|
|
</html>
|