blob: 6633d655975a4197e9dff43260003f1f34913444 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<link rel="stylesheet" href="/static/pico.min.css">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div style="display: contents">
<main class="container">
<article class="grid">
<div>
<form action="/env" method="POST">
<input
type="text"
name="name"
placeholder="Name"
required
/>
<input
type="test"
name="domain"
placeholder="Domain"
required
/>
<input
type="email"
name="contact-email"
placeholder="Contact Email"
required
/>
<button type="submit" class="contrast">Create Environment</button>
</form>
</div>
</article>
</main>
</div>
</body>
</html>