-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 763 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 763 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
<html>
<head>
<title>Login Page</title>
<link rel="stylesheet" href="index.css">
<img >
</head>
<body>
<div class="header">
<img src="logo.png" alt="logo"/ width="20%",height="10%">
</div>
<div class="loginpage">
<form class="loginf">
<input type="text" placeholder="Username"/>
<input type="password" placeholder="Password"/>
<input type="button" onclick="location.href='create.html';"value="Log In"/>
<p class="message">If Not Already A User<a href="registeration.html">Register</a>
</p>
</form>
</div>
<div class="footer">
<p>Copyright @ 2008 All Rights Reserved </p>
</div>
</body>
</html>