Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
875548da4bbb7a1fc0bbdb74e0d8ffd3359457ad
/
.
/
core
/
auth
/
ui
/
templates
/
whoami.html
blob: 70e36ab909d5ae9bb4a8d81c0f219045c7bc7625 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<meta
charset
=
"utf-8"
/>
<link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"/static/main.css?v=0.0.1"
>
<title>
Hello {{.}}!
</title>
</head>
<body>
<a
href
=
"/logout"
>
logout
</a>
Hello {{.}}!
</body>
</html>