Files
sulej.ch/src/app.html

20 lines
532 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link id="fav" rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<meta name="description" content="sulej.ch">
%sveltekit.head%
</head>
<body>
%sveltekit.body%
</body>
</html>