-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 885 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Vee</title>
<link rel="stylesheet" href="css/test.css"/>
</head>
<body>
<div class="container">
<div class="Box">
<div class="box " id="form">
<form action="http://wilder.azurewebsites.net/echo" method="POST">
<input class="dist dast" type="text" placeholder="username"><br/>
<input class="dist" type="text" placeholder="password"><br/>
<input class="dist butt" type="submit" value="LOGIN">
</form>
<div class="register">Not registered? <a href="http://yahoomail.com">Create an account</a></div>
</div>
</div>
</div>
</body>
</html>