| Davit Tabidze | 71eecce | 2024-06-25 15:00:55 +0400 | [diff] [blame^] | 1 | <div class="form-container-footer"> |
| 2 | <form method="POST" action="/register"> | ||||
| 3 | <div class="form-group-footer input-area"> | ||||
| 4 | <label for="public-key">SSH Public Key</label> | ||||
| 5 | <textarea id="public-key" name="public-key" rows="4" required></textarea> | ||||
| 6 | </div> | ||||
| 7 | <div class="form-group-footer"> | ||||
| 8 | <button type="submit">register</button> | ||||
| 9 | </div> | ||||
| 10 | </form> | ||||
| 11 | </div> | ||||