mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 20:59:59 +00:00
26 lines
958 B
HTML
26 lines
958 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="viewport-fit=cover, width=device-width, height=device-height, initial-scale=1, maximum-scale=1" />
|
|
|
|
<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">
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager" style="background-color: black">
|
|
<div style="display: contents">
|
|
%sveltekit.body%
|
|
</div>
|
|
</body>
|
|
</html>
|