53 lines
1.4 KiB
HTML
53 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Arenos – Pen & Paper</title>
|
||
<style>
|
||
body {
|
||
font-family: Arial, sans-serif;
|
||
background: #333333;
|
||
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>
|
||
<img src="/img/aoa_logo_1.png" alt="Adventures of Arenos">
|
||
<h1>Willkommen in Arenos</h1>
|
||
<h3>Hier findest du alle Links!</h3>
|
||
<div class="links">
|
||
<a href="https://map.arenos.danielnagel.at" target="_blank">🌍 Weltkarte</a>
|
||
<a href="/rules/rules.html" target="_blank">📜 Regel-Releases</a>
|
||
<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">
|
||
<img src="/img/aoa_logo_2.png" alt="Adventures of Arenos"
|
||
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> |