1
0

Initial commit

This commit is contained in:
2026-01-03 15:58:49 +01:00
commit 1ef8cfbb80
17 changed files with 8063 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/niklas-birk-icon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>Niklas Birk</title>
</head>
<body>
<div id="app"></div>
<script prerender type="module" src="/src/index.tsx"></script>
</body>
</html>