| Giorgi Lekveishvili | b4a9c98 | 2023-06-22 15:17:02 +0400 | [diff] [blame] | 1 | <!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> |
| Giorgi Lekveishvili | 6ae65d1 | 2023-12-04 15:37:53 +0400 | [diff] [blame^] | 9 | <main class="container"> |
| 10 | <form action="" method="POST"> |
| 11 | <input |
| 12 | type="test" |
| 13 | name="domain" |
| 14 | placeholder="Domain" |
| 15 | required |
| 16 | autofocus |
| 17 | /> |
| 18 | <input |
| 19 | type="email" |
| 20 | name="contact-email" |
| 21 | placeholder="Contact Email" |
| 22 | required |
| 23 | /> |
| 24 | <input |
| 25 | type="string" |
| 26 | name="admin-public-key" |
| 27 | placeholder="Admin SSH Public Key" |
| 28 | required |
| 29 | /> <!-- TODO(gio): remove--> |
| 30 | <textarea |
| 31 | name="secret-token" |
| 32 | placeholder="Secret Token" |
| 33 | required |
| 34 | ></textarea> |
| 35 | <button type="submit">Create Environment</button> |
| 36 | </form> |
| 37 | </main> |
| Giorgi Lekveishvili | b4a9c98 | 2023-06-22 15:17:02 +0400 | [diff] [blame] | 38 | </body> |
| 39 | </html> |