mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-12-08 20:29:08 +00:00
35 lines
891 B
HTML
35 lines
891 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Kevin Midbøe</title>
|
|
<meta name="description" content="Kevin Midboe, developer and inspiration" />
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="%sveltekit.assets%/favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="%sveltekit.assets%/favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="%sveltekit.assets%/favicon/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="%sveltekit.assets%/favicon/site.webmanifest" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|