Files
stl/server/templates/login.hbs
2021-04-22 15:13:28 +02:00

12 lines
236 B
Handlebars

<!DOCTYPE html>
<html lang="en">
{{>head}}
<body>
<h1 class="title">stl</h1>
<h2>Logga in</h2>
<form action="/api/login" method="post">
<input type="password" id="password" name="password"></input>
</form>
</body>
</html>