| Giorgi Lekveishvili | 83b7219 | 2024-03-11 18:36:14 +0400 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en" data-theme="light"> |
| 3 | <head> |
| 4 | <link rel="stylesheet" href="/static/pico.2.0.6.min.css"> |
| 5 | <meta charset="UTF-8"> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1" > |
| 7 | <title>Successful Registration</title> |
| 8 | </head> |
| 9 | <body> |
| 10 | <main class="container"> |
| 11 | <div> |
| 12 | <p>Your account has been successfully created.</p> |
| Davit Tabidze | 56f86a4 | 2024-04-09 19:15:25 +0400 | [diff] [blame] | 13 | <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] | 14 | </div> |
| 15 | </main> |
| 16 | </body> |
| 17 | </html> |