kittemail/kittemail-prefork/resources/templates/signup.html

30 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en" style="display: none;">
<head>
<title>Signup for Kittemail</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="/kt-static/css/styles.css">
</head>
<body style="text-align: center;">
<div class="hover">
<h1>Signup for Kittemail</h1>
<p id="statusBox">Alright, let's get you signed up!</p>
<label for="username">Choose a username (before the @):</label><br>
<input id="username" type="text" style="margin-top: 5px;">
<br><br><label for="domain" style="">Choose a domain:</label><br>
<select id="domain" style="margin-top: 5px;">
<option value="ailur.dev">ailur.dev</option>
<option value="cta.social">cta.social</option>
</select>
<br><br><label for="storage">Choose how much storage to allocate (in MB):</label><br>
<input id="storage" type="number" style="margin-top: 5px;">
<br><br><button id="signup" class="button">Sign up</button>
<div id="swipe" class="swipe"></div>
<div id="swipe-out" class="swipe-out swipe-out-animate"></div>
</div>
<script src="/kt-static/js/transition.js"></script>
<script src="/kt-static/js/signup.js"></script>
</body>
</html>