From effeed15eb0238f50d9dd0163e58f207fe6f4856 Mon Sep 17 00:00:00 2001 From: Jannis Date: Mon, 18 May 2026 17:24:56 +0200 Subject: [PATCH] basic stuff --- index.css | 5 +++++ index.html | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 index.css create mode 100644 index.html diff --git a/index.css b/index.css new file mode 100644 index 0000000..894a3b9 --- /dev/null +++ b/index.css @@ -0,0 +1,5 @@ +.body { + background: #000000; + color: #ffffff; + font-family: Arial, sans-serif; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..680bdf1 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + Aki kann immernoch nicht Coden aber wird schon :3 + + + +
+

Hallo Welt!

+

Dies ist eine einfache HTML-Seite, die nicht ganz von Aki erstellt wurde.

+
+ + \ No newline at end of file