forked from f0ck/f0ckv2
19 lines
835 B
HTML
19 lines
835 B
HTML
<!doctype f0ck>
|
|
<html theme="@if(typeof theme !== "undefined"){{ theme }}@endif">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>login</title>
|
|
<link href="/s/css/f0ck.css" rel="stylesheet" />
|
|
</head>
|
|
<body type="login">
|
|
<form class="login-form" method="post" action="/login">
|
|
<img class="login-image" src="/s/img/w0bm_mosh_banner_by_marderchen.gif" alt="">
|
|
<input type="text" name="username" placeholder="username" autocomplete="off" required />
|
|
<input type="password" name="password" placeholder="password" autocomplete="off" required />
|
|
<p><input type="checkbox" id="kmsi" name="kmsi" /> <label for="kmsi">stay signed in</label></p>
|
|
<button type="submit">Login</button>
|
|
</form>
|
|
</body>
|
|
</html>
|