Pracownia.Programowania/views/log.html
2019-02-15 20:41:15 +01:00

9 lines
194 B
HTML

<div class="log-form">
<h1>Index</h1>
<hr>
<small>User: %s</small>
<form method="post" action="/logout">
<button type="submit">Logout</button>
</form>
</div>