12 lines
236 B
Handlebars
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>
|