File size: 855 Bytes
8f6bd88 57dcdc6 68e2460 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 31 32 33 34 35 36 37 38 39 |
<!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="#" target="_blank" class="button">Add bot</a></h2>
<h3><a href="#" target="_blank" class="button">Docs</a></h3>
</header>
<main class="main">
<h2>Features:</h2>
<ul class="features-list">
<li>Generates images based on text input</li>
</ul>
<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>
<p>Made with love by [Your name here]</p>
</body>
|