commit 73ed1eedcaeee3c59d55574d05256b4a5b998b12 Author: Jannis Heydemann Date: Mon Mar 23 20:16:34 2026 +0100 nein diff --git a/AlexBrush-Regular.ttf b/AlexBrush-Regular.ttf new file mode 100644 index 0000000..58c43a9 Binary files /dev/null and b/AlexBrush-Regular.ttf differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..ffcc57b --- /dev/null +++ b/index.css @@ -0,0 +1,14 @@ +@font-face { + font-family: myFont; /* set name */ + src: url(AlexBrush-Regular.ttf); /* url of the font */ +} + +body { + background-color: #FFBDD6; +} + +.katzenhasser22 { + font-family: myFont; + text-align: center; + color: white; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..34d15e5 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + Document + + +
+

Ich hasse männliche Katzen und Friedrich Merz

+ +
+ + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29