forked from LiGhT-27/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode
More file actions
22 lines (19 loc) · 598 Bytes
/
code
File metadata and controls
22 lines (19 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<title>Login page</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body >
<p>
1st </p>
<div id="avatar">
<img src="loginavatar.jpg"; id="avt">
<form ><br> LOGIN<br>
<input type="username" placeholder="Enter username" ><br><br>
<input type="password" placeholder="Enter password"><br><br>
<button id="button" type="submit" >Log in</button>
</form>
</div>
</body>
</html>