23 lines
731 B
Handlebars
23 lines
731 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
|
|
<link rel="stylesheet" href="/static/styles/common.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono&display=swap">
|
|
|
|
<title>stl</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="title">stl</h1>
|
|
<h2>Logga in</h2>
|
|
<form action="/login" method="post">
|
|
<input type="password" id="password" name="password"></input>
|
|
</form>
|
|
</body>
|
|
</html>
|