bot / index.html
ehristoforu's picture
Update index.html
4b35abc
raw
history blame
850 Bytes
<!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>