-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold-index.html
42 lines (32 loc) · 1000 Bytes
/
old-index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<title>watchugot</title>
<link rel="stylesheet" media="screen" href="main.css">
</head>
<body>
<div id="wrapper">
<header>
</header>
<div>
</div>
<div id="top-footer">
</div>
<div class="row center">
<h6><form>
<center><h5><legend>User Authentication</legend></h5></center><br><br>
Username<br/>
<input type="text" id="name" size="20" maxlength="50" placeholder="username" required><br/>
Password<br/>
<input type="text" id="password" required><br/>
<input type="checkbox"> Please select if you want to remain logged in<br/>
</form></h6>
</div>
</div>
</body>
<footer>
<div class="copyright">© 2017 watchugot. All rights reserved.</div>
</footer>
</html>