-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreg.html
More file actions
39 lines (36 loc) · 1.43 KB
/
reg.html
File metadata and controls
39 lines (36 loc) · 1.43 KB
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GREEN</title>
<link rel="icon" href="image/18.jpg" type="image/png">
<link rel="stylesheet" href="css/reg.css">
</head>
<body>
<div class="divOne"><img src="image/1.jpg" style="height:55px; width:250px;text-align:center;margin-top: 10px;margin-left:22%;">
<a href="#.html"><img src="image/facebook.png" height="50" width="60" alt="image" style="float:right; margin-top:15px; margin-right:100px;"></a>
<a href="#.html"><img src="image/twitter.png" height="50" width="60" alt="image" style="float:right; margin-top:15px; "></a>
<a href="#.html"><img src="image/linkedin.png" height="50" width="60" alt="image" style="float:right; margin-top:15px; "></a>
</div>
<div class="title"><h1>Registration sheet</h1></div>
<div class="container">
<div class="left"></div>
<div class="right">
<div class="formBoox">
<form>
<p>Username</p>
<input type="text" name="" placeholder = "username">
<p>Email</p>
<input type="text" name="" placeholder = "email">
<p>Password</p>
<input type="password" name="" placeholder= "....."><br><br>
<input type="submit" name="" value="Sign Up"><br><br>
<a href="#">Reset Password</a>
</form>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br>
</body>
</html>