| Davit Tabidze | 71eecce | 2024-06-25 15:00:55 +0400 | [diff] [blame] | 1 | <div class="form-container-footer"> |
| gio | 9633583 | 2024-07-12 20:07:42 +0400 | [diff] [blame] | 2 | <form method="POST" action="/register" class="form-group-footer"> |
| 3 | <label> |
| 4 | domain |
| 5 | <select name="domain"> |
| 6 | <option value="dodoapp.xyz">dodoapp.xyz</option> |
| 7 | </select> |
| 8 | </label> |
| 9 | <label> |
| 10 | subdomain |
| 11 | <input type="text" name="subdomain" /> |
| 12 | </label> |
| 13 | <label> |
| 14 | ssh public key |
| 15 | <textarea id="public-key" name="public-key" rows="2" required></textarea> |
| 16 | </label> |
| 17 | <button type="submit">create first app</button> |
| Davit Tabidze | 71eecce | 2024-06-25 15:00:55 +0400 | [diff] [blame] | 18 | </form> |
| 19 | </div> |