-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weihnachts Event-Server</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; margin-top: 20px; background-color: #f2f2f2; }
h1 { color: #b30000; font-size: 2.5em; }
#event-image { max-width: 80%; height: auto; margin-top: 20px; }
#description { margin: 20px auto; max-width: 80%; font-size: 1.2em; color: #333; text-align: left; }
</style>
</head>
<body>
<h1>Weihnachts Event-Server</h1>
<img id="event-image" src="weihnachts_event.jpeg" alt="Event Bild">
<div id="description">
<p>Hier kannst du deinen Event-Beschreibungstext eingeben und alles über das kommende Minecraft-Weihnachts-Event erfahren. Erzähle deinen Zuschauern von den besonderen Aktivitäten, den Mods, die installiert sind, und was sie erwartet, wenn sie mitspielen!</p>
</div>
</body>
</html>