basic stuff

This commit is contained in:
2026-05-18 17:24:56 +02:00
commit effeed15eb
2 changed files with 20 additions and 0 deletions

5
index.css Normal file
View File

@@ -0,0 +1,5 @@
.body {
background: #000000;
color: #ffffff;
font-family: Arial, sans-serif;
}

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aki kann immernoch nicht Coden aber wird schon :3</title>
<link rel="stylesheet" href="index.css">
</head>
<body style="background-color: black; color: white; font-family: Arial, sans-serif;">
<div>
<h1>Hallo Welt!</h1>
<p>Dies ist eine einfache HTML-Seite, die nicht ganz von Aki erstellt wurde.</p>
</div>
</body>
</html>