blob: d9f62c5ddd7083c6395cc102241a0cbdbed99697 [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
Giorgi Lekveishvilib4a9c982023-06-22 15:17:02 +040015 type="test"
16 name="domain"
17 placeholder="Domain"
18 required
19 />
20 <input
21 type="email"
22 name="contact-email"
23 placeholder="Contact Email"
24 required
Giorgi Lekveishvili081f18f2023-11-07 14:58:10 +040025 />
Giorgi Lekveishvili724885f2023-11-29 16:18:42 +040026 <input
27 type="string"
28 name="admin-public-key"
29 placeholder="Admin SSH Public Key"
30 required
31 /> <!-- TODO(gio): remove-->
Giorgi Lekveishvili081f18f2023-11-07 14:58:10 +040032 <textarea
33 name="secret-token"
34 placeholder="Secret Token"
35 required
36 ></textarea>
Giorgi Lekveishvilib4a9c982023-06-22 15:17:02 +040037 <button type="submit" class="contrast">Create Environment</button>
38 </form>
39 </div>
40 </article>
41 </main>
42 </div>
43 </body>
44</html>