Basic Website

This commit is contained in:
Malte Schröder
2025-12-13 18:27:56 +01:00
commit 7e7f9de2a5
11 changed files with 2218 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>malxte.de</title>
<link data-trunk rel="css" href="style.css">
</head>
<body>
<main id="app"></main>
</body>
</html>