mylar/data/interfaces/default/login.html

34 lines
693 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Mylar</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="/css/login.css">
</head>
<body>
<form action="/auth/login">
<div class="wrap">
<div class="avatar">
<img src="/images/mylarlogo.png" />
</div>
<input type="text" placeholder="username" name="username" required autofocus />
<div class="bar">
<i></i>
</div>
<input type="password" placeholder="password" name="password" required />
<button>Sign in</button>
</div>
</form>
</body>
</html>