2025-08-30 08:31:33 +02:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="de">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
|
<title>Arenos – Pen & Paper</title>
|
|
|
|
|
|
<style>
|
|
|
|
|
|
body {
|
|
|
|
|
|
font-family: Arial, sans-serif;
|
2025-08-30 14:24:05 +02:00
|
|
|
|
/*background: #333333;*/
|
|
|
|
|
|
background: #ff0000;
|
2025-08-30 08:31:33 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
padding: 50px;
|
|
|
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
|
}
|
|
|
|
|
|
.links a {
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
margin: 15px;
|
|
|
|
|
|
padding: 15px 25px;
|
|
|
|
|
|
background: #252525;
|
|
|
|
|
|
color: #cecece;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
transition: background 0.3s;
|
|
|
|
|
|
}
|
|
|
|
|
|
.links a:hover {
|
|
|
|
|
|
background: #444;
|
|
|
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
2025-08-30 11:03:32 +02:00
|
|
|
|
<img src="img/aoa_logo_1.png" alt="Adventures of Arenos">
|
2025-08-30 08:31:33 +02:00
|
|
|
|
<h1>Willkommen in Arenos</h1>
|
|
|
|
|
|
<h3>Hier findest du alle Links!</h3>
|
|
|
|
|
|
<div class="links">
|
2025-08-30 10:49:24 +02:00
|
|
|
|
<a href="https://map.arenos.danielnagel.at" target="_blank">🌍 Weltkarte</a>
|
2025-08-30 11:03:32 +02:00
|
|
|
|
<a href="rules/rules.html" target="_blank">📜 Regel-Releases</a>
|
2025-08-30 08:31:33 +02:00
|
|
|
|
<a href="https://discord.gg/3P7PZrm6" target="_blank">Offizieller Discord</a>
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<h4>Wiki Zugang braucht einen Benutzer zum lesen. Frage auf dem Discord nach!</h4>
|
|
|
|
|
|
<a href="https://wiki.arenos.danielnagel.at" target="_blank">
|
2025-08-30 11:03:32 +02:00
|
|
|
|
<img src="img/aoa_logo_2.png" alt="Adventures of Arenos"
|
2025-08-30 08:31:33 +02:00
|
|
|
|
style="width: 80px;; height: 80;">
|
|
|
|
|
|
<br>
|
|
|
|
|
|
Wiki
|
|
|
|
|
|
</a>
|
|
|
|
|
|
<br>
|
|
|
|
|
|
<a href="https://85.215.119.155" target="_blank">📜 Altes Wiki (Nichts mehr weiterschreiben!)</a>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|