modified: templates/about.html
modified: templates/contact.html modified: templates/faq.html modified: templates/help.html modified: templates/navbar.html
This commit is contained in:
@@ -5,23 +5,45 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FAQ</title>
|
||||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
.hero {
|
||||
background-color: #ffc107;
|
||||
color: white;
|
||||
padding: 50px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.faq-list {
|
||||
margin: 50px 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="/">Multus Bot</a>
|
||||
<ul class="navbar-nav ml-auto">
|
||||
{% include 'navbar.html' %}
|
||||
</ul>
|
||||
</nav>
|
||||
{% include 'navbar.html' %}
|
||||
|
||||
<div class="container mt-5">
|
||||
<h1>Frequently Asked Questions (FAQ)</h1>
|
||||
<p>Find answers to the most commonly asked questions about the Multus Bot.</p>
|
||||
<ul>
|
||||
<li><strong>What is Multus Bot?</strong> Multus Bot is an AI-powered Discord bot designed for server management and automation.</li>
|
||||
<li><strong>How do I install Multus Bot?</strong> Simply invite Multus Bot to your server using the invite link provided in your dashboard.</li>
|
||||
<li><strong>How do I use AI commands?</strong> Check out our documentation for a full guide on using the bot’s AI functionalities.</li>
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
<p class="lead">Find answers to the most common questions about Multus Bot.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container faq-list">
|
||||
<h2>FAQ</h2>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item"><strong>What is Multus Bot?</strong> Multus Bot is an AI-powered Discord bot created by SimolZimol, available exclusively on the Ludi et Historia server.</li>
|
||||
<li class="list-group-item"><strong>How do I use Multus Bot?</strong> You can use Multus Bot by joining the Ludi et Historia server and interacting with its features.</li>
|
||||
<li class="list-group-item"><strong>Who can I contact for support?</strong> If you need help, contact SimolZimol on Discord via <strong>@simolzimol</strong>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<footer class="text-center py-3">
|
||||
<p>© 2024 Multus Bot. All rights reserved.</p>
|
||||
</footer>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user