Auth: prettier ui
diff --git a/core/auth/ui/templates/whoami.html b/core/auth/ui/templates/whoami.html
index 58a007b..70e36ab 100644
--- a/core/auth/ui/templates/whoami.html
+++ b/core/auth/ui/templates/whoami.html
@@ -2,13 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <title>Create New Account</title>
+ <link rel="stylesheet" type="text/css" href="/static/main.css?v=0.0.1">
+ <title>Hello {{.}}!</title>
</head>
<body>
- <a href="/">whoami</a>
- <a href="/login">login</a>
<a href="/logout">logout</a>
- <a href="/registration">registration</a><br/>
Hello {{.}}!
</body>
</html>