blob: a4c60207c5aee53b0cb204229d5a380bf5e480b0 [file] [log] [blame]
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +04001<!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 Lekveishvili123a3672023-12-04 13:01:29 +04009 <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 Lekveishvili123a3672023-12-04 13:01:29 +040027 name="secret-token"
28 placeholder="Secret Token"
29 aria-label="Secret Token"
30 required
31 />
Giorgi Lekveishvili39913692023-12-05 08:58:08 +040032 <button type="submit">Create Account</button>
Giorgi Lekveishvili123a3672023-12-04 13:01:29 +040033 </form>
34 </main>
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +040035 </body>
36</html>