blob: 2872a436620418132e8f45a2d49867d51725404a [file] [log] [blame]
Giorgi Lekveishvili83b72192024-03-11 18:36:14 +04001<!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 Tabidze56f86a42024-04-09 19:15:25 +040013 <p>Click <a href="{{ .LoginAddr }}">here</a> to open up the Launcher.</p>
Giorgi Lekveishvili83b72192024-03-11 18:36:14 +040014 </div>
15 </main>
16 </body>
17</html>