public/contact.html aktualisiert

This commit is contained in:
M_Viper 2024-10-20 20:12:30 +00:00
parent e2a74f680f
commit 6ddebcd872
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kontakt - Telegram Bot</title>
<title>Kontakt - Raymand - Telegram Bot</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Kontakt</h1>
<h1>Kontakt - Raymand - Telegram Bot</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
@ -34,7 +34,7 @@
<footer>
<div class="footer-content">
<p class="bot-version">Bot-Version: 1.4.0</p> <!-- Bot-Version links -->
<p class="bot-version">Bot-Version: 1.4.1</p> <!-- Bot-Version links -->
<div class="footer-center">
<p>&copy; 2024 M_Viper. Alle Rechte vorbehalten.</p>
</div>
@ -43,9 +43,9 @@
<script>
// Dynamisch den Kontaktlink setzen (falls nötig, kannst du diese Links auch hier ändern)
document.getElementById('contact-email').href = 'mailto:example@mail.com';
document.getElementById('contact-telegram').href = 'https://t.me/example';
document.getElementById('contact-telegram').textContent = '@example';
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';
</script>
</body>
</html>