alfheim-website/logout/index.html
Vicente Ferrari Smith 3aefbf7bd7 added logout and others
git-svn-id: svn://losandesgames.com/alfheim-website@4 15359d88-9307-4e75-a9c1-e5686e5897df
2024-05-14 15:45:09 +00:00

12 lines
201 B
HTML

{{define "body"}}
<div class="wrapper">
<form method="POST">
<h1>Log out</h1>
<div class="login-btn-wrapper">
<input type="submit" value="Log out" class="btn">
</div>
</form>
</div>
{{end}}