blob: 58a007bf16e323c1d2527798cdf54023f83c3104 [file] [log] [blame]
giolekva603e73a2021-10-22 14:46:45 +04001<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8" />
5 <title>Create New Account</title>
6</head>
7<body>
8 <a href="/">whoami</a>
9 <a href="/login">login</a>
10 <a href="/logout">logout</a>
11 <a href="/registration">registration</a><br/>
12 Hello {{.}}!
13</body>
14</html>
15