| 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> |
| 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> |