blob: 7432da339f6dee662e4cafd51a6de70816d3cba3 [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>
13 <p>Click <a href="{{ .LoginAddr }}">here</a> to authenticate.</p>
14 </div>
15 </main>
16 </body>
17</html>