blob: 2b2207449214f2520c133bea4c56b8f0b7a82940 [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"
27 name="gandi-api-token"
28 placeholder="Gandi API Token"
29 aria-label="Gandi API Token"
30 required
31 />
32 <input
33 type="text"
34 name="secret-token"
35 placeholder="Secret Token"
36 aria-label="Secret Token"
37 required
38 />
Giorgi Lekveishvili39913692023-12-05 08:58:08 +040039 <button type="submit">Create Account</button>
Giorgi Lekveishvili123a3672023-12-04 13:01:29 +040040 </form>
41 </main>
Giorgi Lekveishvili12850ee2023-06-22 13:11:17 +040042 </body>
43</html>