| Giorgi Lekveishvili | 83b7219 | 2024-03-11 18:36:14 +0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en" data-theme="light"> |
| 3 | <head> |
| gio | 1bf0080 | 2024-08-17 12:31:41 +0400 | [diff] [blame] | 4 | <link rel="stylesheet" href="/stat/pico.2.0.6.min.css"> |
| Davit Tabidze | fdf3b9b | 2024-07-30 21:01:08 +0400 | [diff] [blame] | 5 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css"> |
| gio | 1bf0080 | 2024-08-17 12:31:41 +0400 | [diff] [blame] | 6 | <link rel="stylesheet" href="/stat/welcome.css?v=0.0.1"> |
| Giorgi Lekveishvili | 83b7219 | 2024-03-11 18:36:14 +0400 | [diff] [blame] | 7 | <meta charset="UTF-8"> |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1" > |
| 9 | <title>Successful Registration</title> |
| 10 | </head> |
| 11 | <body> |
| 12 | <main class="container"> |
| 13 | <div> |
| 14 | <p>Your account has been successfully created.</p> |
| Davit Tabidze | 56f86a4 | 2024-04-09 19:15:25 +0400 | [diff] [blame] | 15 | <p>Click <a href="{{ .LoginAddr }}">here</a> to open up the Launcher.</p> |
| Giorgi Lekveishvili | 83b7219 | 2024-03-11 18:36:14 +0400 | [diff] [blame] | 16 | </div> |
| 17 | </main> |
| 18 | </body> |
| 19 | </html> |