14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>
|
|
home
|
|
</p>
|
|
<p>
|
|
|
|
{{ email }}
|
|
</p>
|
|
<a href="/logout">logout</a>
|
|
</body>
|
|
</html>
|