tld-registration/src/templates/account.hbs

10 lines
151 B
Handlebars
Raw Normal View History

2021-08-21 01:47:14 +00:00
<!DOCTYPE html>
<html lang="en">
{{> head }}
<body>
<h1>A TLD for everyone</h1>
<h2>Logged in!</h2>
<a href="/logout">Logout</a>
</body>
</html>