mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
733 B
23 lines
733 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Login</title>
|
|
{#HTML_HEADER}
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="login">
|
|
<div class="p-4">
|
|
<form action="/login" method="post">
|
|
<div class="row"><h2>AhoyDTU</h2></div>
|
|
<div class="row">
|
|
<div class="col-8"><input type="password" name="pwd" autofocus></div>
|
|
<div class="col-4"><input type="submit" name="login" value="login" class="btn"></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{#HTML_FOOTER}
|
|
</body>
|
|
</html>
|
|
|