<html lang="en">
<head>
<base/>
<meta charset="UTF-8">
<meta protocol="FORGE" ticker="Recursive-Robots" operation="mint" name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
#artifact {
position: relative;
width: 24rem;
height: 24rem;
}
#artifact img {
position: absolute;
width: 100%;
height: 100%;
object-fit: contain;
top: 0;
left: 0;
image-rendering: pixelated
}
</style>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>8bit - Interactive Website</title>
<style>
/* CSS styles for the website */
body {
background-color: #000;
color: #fff;
font-family: Arial, sans-serif;
text-align: center;
}
h1 {
margin-top: 50px;
}
.container {
margin-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
}
.form-input {
margin-bottom: 10px;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #f44336;
color: #fff;
text-decoration: none;
border-radius: 5px;
margin: 10px;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #ff6659;
}
.tweet-button {
display: inline-block;
padding: 10px 20px;
background-color: #1da1f2;
color: #fff;
text-decoration: none;
border-radius: 5px;
margin: 10px;
transition: background-color 0.3s ease;
}
.tweet-button:hover {
background-color: #0c85d0;
}
</style>
</head>
<body>
<h1>8Bit WL Beta</h1>
<p>Drop Your Twitter Handle and BTC Wallet Below</p>
<div class="container">
<form id="contact-form" action="mailto:beetsbyj@gmail.com" method="post" enctype="text/plain">
<div class="form-input">
<label for="name">Twitter Handle</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-input">
<label for="email">Tao Root Wallet</label>
<input type="email" id="email" name="email" required>
<button class="button" type="submit">Submit</button>
<a class="tweet-button" href="https://twitter.com/intent/tweet?text=I+have+applied+for+8bit+WL" target="_blank">Tweet</a>
</form>
</div>
</body>
</html>
</div>
</body>
</html>