36 lines
No EOL
1.3 KiB
HTML
36 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Folterball</title>
|
|
<style>
|
|
body {
|
|
font-family: "Comic sans MS";
|
|
font-size: 200%;
|
|
justify-content: center;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
background-image: url(hintergrund.png);
|
|
background-size: 100%;
|
|
}
|
|
h1 {color: rgb(255, 191, 0);}
|
|
h2 {color: rgb(246, 255, 0);}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Sport ist Mord</h1>
|
|
<h2>Folterball</h2>
|
|
Völkerball ist ein doofes Spiel wo man nur Bälle ins Gesicht bekommt.<br>
|
|
<a href="https://de.wikipedia.org/wiki/V%C3%B6lkerball">Wikipedia</a><br><br>
|
|
Möglichkeiten wie man das Spiel aushält oder entkommt:<br>
|
|
- In die Ecke stellen: <br>
|
|
<img src="b1.png" height=200 alt="">
|
|
<img src="b2.jpeg" height=200 alt="">
|
|
<div style="color: #00c3ff;">Wenn herausgeschossen die beste Position</div>
|
|
<div style="color: #3fff00;">Wenn in Spiel die beste Position</div>
|
|
<br>
|
|
- Eine Ärztliche Befreiung(oder besser gefälscht). <br>
|
|
<a href="Ärztliches Attest für Völkerballbefreiung.docx">Attest.docx</a>---<a href="Ärztliches Attest für Völkerballbefreiung.odt">Attest.odt</a>
|
|
</body>
|
|
</html> |