blob: 6633d655975a4197e9dff43260003f1f34913444 [file] [log] [blame]
Giorgi Lekveishvilib4a9c982023-06-22 15:17:02 +04001<!DOCTYPE html>
2<html lang="en" data-theme="light">
3 <head>
4 <link rel="stylesheet" href="/static/pico.min.css">
5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 </head>
8 <body>
9 <div style="display: contents">
10 <main class="container">
11 <article class="grid">
12 <div>
13 <form action="/env" method="POST">
14 <input
15 type="text"
16 name="name"
17 placeholder="Name"
18 required
19 />
20 <input
21 type="test"
22 name="domain"
23 placeholder="Domain"
24 required
25 />
26 <input
27 type="email"
28 name="contact-email"
29 placeholder="Contact Email"
30 required
31 />
32 <button type="submit" class="contrast">Create Environment</button>
33 </form>
34 </div>
35 </article>
36 </main>
37 </div>
38 </body>
39</html>