-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauth.html
More file actions
27 lines (26 loc) · 903 Bytes
/
auth.html
File metadata and controls
27 lines (26 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<title>auth</title>
<link rel="stylesheet" href="/dist/css/auth.css">
<link href="/dist/img/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<main>
<section>
<h1>hey, welcome to our asset manager...</h1>
<!--<h3>But sorry...</h3>-->
<div class="mole"></div>
<!--<p>Please authenticate first...</p>-->
<form name="login" action="/login" method="POST">
<input type="text" name="username" placeholder="Enter name" class="inputField">
<input type="password" name="password" placeholder="Enter password" class="inputField">
<input canny-mod="loginAnchor" class="inputField" type="hidden" name="from" value="">
<button type="submit" class="button octicon octicon-sign-in">let me in</button>
</form>
<p>...please authenticate first</p>
<!--<h1>...hey, welcome to our asset manager</h1>-->
</section>
</main>
</body>
</html>