Ka-Note/ka-note/client/src/app.html

19 lines
698 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/icon-192.png" />
<meta name="theme-color" content="#1a1a22" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>KaNote</title>
%sveltekit.head%
</head>
<body class="bg-bg text-[#e0e0e0] m-0 p-0">
<div id="svelte">%sveltekit.body%</div>
</body>
</html>