-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
94 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,4 +82,4 @@ <h3>Noch nichts hier!</h3> | |
}); | ||
}); | ||
</script> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="de"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>LöwenLegenden</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap" rel="stylesheet"> | ||
<link rel="icon" type="image/png" href="favicon.png"> | ||
</head> | ||
|
||
<body> | ||
<div class="page-container"> | ||
<!-- Header --> | ||
<header> | ||
<div class="header-container"> | ||
<h1 class="server-name">LöwenLegenden</h1> | ||
<p class="server-ip">IP: LoewenLegenden.aternos.me:30797</p> | ||
|
||
<!-- Navigation --> | ||
<nav class="navigation"> | ||
<a href="index.html">Startseite</a> | | ||
<a href="changelog.html">Changelog</a> | | ||
<a href="team.html">Team</a> | | ||
<a href="album.html">Album</a> | | ||
<a href="regeln.html">Regeln</a> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<!-- Regeln --> | ||
<main class="history-container"> | ||
<h2>Regeln</h2> | ||
|
||
<div class="rule-block"> | ||
<h3>1. Chat:</h3> | ||
<ul> | ||
<li>Keine Beleidigungen</li> | ||
<li>Kein Rassismus</li> | ||
<li>Kein Capslog</li> | ||
<li>Kein Spamming</li> | ||
<li>Keine Drohungen (Morddrohung usw.)</li> | ||
<li>Keine Werbung</li> | ||
<li>Kein Toxisches Verhalten</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="rule-block"> | ||
<h3>2. Allgemeine Regeln:</h3> | ||
<ul> | ||
<li>Keine Clientmodifikationen - Autoclicker, Cheats, X-Ray (Jeder Hacker hat keine Chance auf eine Entbannung)</li> | ||
<li>Kein Bugabuse, falls ein Bug besteht, diesen bitte sofort melden!</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="rule-block"> | ||
<h3>3. Gamemodes:</h3> | ||
<ul> | ||
<li>Freebuild - Kein Schießen aus Safezones nach außen!</li> | ||
<li>Freebuild - Alles in der Nähe des Spawns (auch nach der roten Linie) sollte möglichst schön gehalten werden, d.h. keine großen Sprengungen!</li> | ||
</ul> | ||
</div> | ||
|
||
<p class="notice"> | ||
Bei Ausnutzen von Grauzonen im Regelwerk kann mit Strafen gerechnet werden! <br> | ||
<em>Wir behalten uns das Recht vor, das Regelwerk jederzeit zu ändern.</em> | ||
</p> | ||
</main> | ||
|
||
<footer> | ||
<p>© 2024 LoewenLegenden.aternos.me. Alle Rechte vorbehalten.</p> | ||
</footer> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters