Commit
·
4b35abc
1
Parent(s):
a4c2b85
Update index.html
Browse files- index.html +2 -9
index.html
CHANGED
@@ -9,18 +9,11 @@
|
|
9 |
|
10 |
<header class="header">
|
11 |
<h1>DreamDrop Bot</h1>
|
12 |
-
<h2><a href="
|
13 |
-
<h3><a href="
|
14 |
</header>
|
15 |
|
16 |
<main class="main">
|
17 |
-
|
18 |
-
<h2>Features:</h2>
|
19 |
-
|
20 |
-
<ul class="features-list">
|
21 |
-
<li>Generates images based on text input</li>
|
22 |
-
</ul>
|
23 |
-
|
24 |
<a href="#" target="_blank" class="button">Learn More!</a>
|
25 |
|
26 |
</main>
|
|
|
9 |
|
10 |
<header class="header">
|
11 |
<h1>DreamDrop Bot</h1>
|
12 |
+
<h2><a href="https://discord.com/api/oauth2/authorize?client_id=1162456193470566431&permissions=274877941760&scope=bot%20applications.commands" target="_blank" class="button">Add bot</a></h2>
|
13 |
+
<h3><a href="/docs.html" target="_blank" class="button">Docs</a></h3>
|
14 |
</header>
|
15 |
|
16 |
<main class="main">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
<a href="#" target="_blank" class="button">Learn More!</a>
|
18 |
|
19 |
</main>
|