| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +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 | 123a367 | 2023-12-04 13:01:29 +0400 | [diff] [blame] | 9 | <main class="container"> |
| 10 | <form action="" method="POST"> |
| 11 | <input |
| 12 | type="text" |
| 13 | name="username" |
| 14 | placeholder="Username" |
| 15 | aria-label="Username" |
| 16 | required |
| 17 | /> |
| 18 | <input |
| 19 | type="password" |
| 20 | name="password" |
| 21 | placeholder="Password" |
| 22 | aria-label="Password" |
| 23 | required |
| 24 | /> |
| 25 | <input |
| 26 | type="text" |
| Giorgi Lekveishvili | 123a367 | 2023-12-04 13:01:29 +0400 | [diff] [blame] | 27 | name="secret-token" |
| 28 | placeholder="Secret Token" |
| 29 | aria-label="Secret Token" |
| 30 | required |
| 31 | /> |
| Giorgi Lekveishvili | 3991369 | 2023-12-05 08:58:08 +0400 | [diff] [blame] | 32 | <button type="submit">Create Account</button> |
| Giorgi Lekveishvili | 123a367 | 2023-12-04 13:01:29 +0400 | [diff] [blame] | 33 | </form> |
| 34 | </main> |
| Giorgi Lekveishvili | 12850ee | 2023-06-22 13:11:17 +0400 | [diff] [blame] | 35 | </body> |
| 36 | </html> |