mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2025-12-06 03:27:20 +01:00
20 lines
532 B
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>
|