2024-10-14 19:56:21 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-10-20 20:12:30 +00:00
|
|
|
<title>Kontakt - Raymand - Telegram Bot</title>
|
2024-10-14 19:56:21 +00:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
2024-10-20 20:12:30 +00:00
|
|
|
<h1>Kontakt - Raymand - Telegram Bot</h1>
|
2024-10-14 19:56:21 +00:00
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li><a href="index.html">Home</a></li>
|
|
|
|
<li><a href="help.html">Hilfe</a></li>
|
|
|
|
<li><a href="contact.html">Kontakt</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="container-2">
|
|
|
|
<h2>Kontaktinformationen</h2>
|
|
|
|
<p>Wenn du Fragen oder Anregungen hast, kannst du uns hier kontaktieren:</p>
|
|
|
|
|
|
|
|
<div class="button-container">
|
|
|
|
<a href="https://t.me/M_Viper04" class="button">Telegram</a>
|
|
|
|
<a href="https://m-viper.de/kontakt.html" class="button">Kontaktformular</a>
|
|
|
|
<a href="https://git.viper.ipv64.net" class="button">Gitea</a>
|
|
|
|
</div>
|
|
|
|
</br>
|
|
|
|
</br>
|
|
|
|
<p>Wir freuen uns über dein Feedback!</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<div class="footer-content">
|
2024-10-20 20:12:30 +00:00
|
|
|
<p class="bot-version">Bot-Version: 1.4.1</p> <!-- Bot-Version links -->
|
2024-10-14 19:56:21 +00:00
|
|
|
<div class="footer-center">
|
|
|
|
<p>© 2024 M_Viper. Alle Rechte vorbehalten.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
// Dynamisch den Kontaktlink setzen (falls nötig, kannst du diese Links auch hier ändern)
|
2024-10-20 20:12:30 +00:00
|
|
|
document.getElementById('contact-email').href = 'mailto:admin@m-viper.de';
|
|
|
|
document.getElementById('contact-telegram').href = 'https://t.me/M_Viper04';
|
|
|
|
document.getElementById('contact-telegram').textContent = '@M_Viper04';
|
2024-10-14 19:56:21 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|