first commit

This commit is contained in:
Leo
2025-03-24 06:16:11 +01:00
commit d8f08db6fa
36 changed files with 6022 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/png"
href="/blahaj-stoffspielzeug-hai__08773-removebg-preview.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Me Terminal</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>