This commit is contained in:
2026-03-23 20:16:34 +01:00
commit 73ed1eedca
4 changed files with 29 additions and 0 deletions

BIN
AlexBrush-Regular.ttf Normal file

Binary file not shown.

14
index.css Normal file
View File

@@ -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;
}

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">
<link rel="stylesheet" href="index.css">
<title>Document</title>
</head>
<body>
<div class="katzenhasser22">
<h1>Ich hasse männliche Katzen und Friedrich Merz</h1>
<img src="https://media1.tenor.com/m/_WZy7E7hoTcAAAAd/cat-smile.gif">
</div>
</body>
</html>

0
index.js Normal file
View File