File size: 850 Bytes
8f6bd88 57dcdc6 4b35abc 57dcdc6 a4c2b85 57dcdc6 a4c2b85 57dcdc6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DreamDrop Bot</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<h1>DreamDrop Bot</h1>
<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>
<h3><a href="/docs.html" target="_blank" class="button">Docs</a></h3>
</header>
<main class="main">
<a href="#" target="_blank" class="button">Learn More!</a>
</main>
<footer class="footer">
<div class= "button-container">
<a href="#" target="_blank" class= "footer-button">Link One</a>
<a href="#" target="_blank" class= "footer-button">Link Two </a>
<a href="#" target="_blank" class= "footer-button">Link Three </a>
</div>
</body>
|