first commit

This commit is contained in:
2026-05-26 16:15:44 +02:00
commit b7add683d5
11 changed files with 1303 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<html>
<head>
<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=Karla:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="src/index.css">
<title>Tenzies</title>
</head>
<body>
<div id="root"></div>
<script src="src/index.jsx" type="module"></script>
</body>
</html>