telegram-film-wunsch-bot/public/help.html

62 lines
2.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hilfe - Raymand - Telegram Bot</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Hilfe - Raymand - Telegram Bot</h1>
<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">
<h2 class="welcome-title">📋 Hilfemenü</h2>
<p>Hier ist eine einfache Anleitung, wie du einen Wunsch äußern kannst:</p>
<div class="steps">
<div class="step">
<span class="step-number">1</span>
<p>Verwende den Befehl <code>/wunsch</code>, um den Wunschprozess zu starten.</p>
</div>
<div class="step">
<span class="step-number">2</span>
<p>Wähle eine Kategorie aus, die deinem Wunsch entspricht. 🗂️</p>
</div>
<div class="step">
<span class="step-number">3</span>
<p>Du wirst aufgefordert, einen Link zum Cover oder Spotify anzugeben (dies ist optional). 📎</p>
</div>
<div class="step">
<span class="step-number">4</span>
<p>Gib den Titel deines Wunsches ein. ✍️</p>
</div>
<div class="step">
<span class="step-number">5</span>
<p>Dein Wunsch wird an die Gruppe weitergeleitet und du erhältst eine Bestätigung. ✅</p>
</div>
</div>
<p><strong>Hinweis:</strong> Du kannst den Vorgang jederzeit abbrechen, indem du den Befehl <code>/cancel</code> beim Bot verwendest.</p>
<a href="https://git.viper.ipv64.net/M_Viper/telegram-film-wunsch-bot/src/branch/main/README.md" class="button" target="_blank">Weitere Informationen</a>
</div>
<footer>
<div class="footer-content">
<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>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>