-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregnew.html
64 lines (55 loc) · 1.8 KB
/
regnew.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Thejus M Manoj Gcek, [08-01-2022 21:29]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style6.css" />
<title>Signup-bldonate</title>
</head>
<body>
<div class="left">
<div class="heading">
Sign up to
<span style="color: red">donateBlood </span>
</div>
<div class="name">Full name</div>
<input type="text" class="inputname" placeholder="Enter your full name" />
<div class="us">
<div class="username">Username</div>
<input
type="text"
class="inputusername"
placeholder="Enter your Username"
/>
</div>
<div class="mail">E-mail</div>
<input
type="text"
name="mail"
id="mail"
class="inputmail"
placeholder="xyz@example.com"
/>
<div class="pass">Password</div>
<input type="password" class="inputpass" placeholder="+5 Characters" />
<button class="tick">✓</button>
<div class="policy">
Creating an account means you are okay with our
<span class="link">Terms of service, Privacy policy </span> , and our
default <span class="link">Notification settings</span>
</div>
<button class="acccreate"><div class="buttxt">
<a href="dashboard.html">Create Account</a>
</div>
</button>
<br><br>
</div>
<div class="right">
<img src="media/filename.jpg" class="blooddrop" alt="blooddrop">
<div class="quote">
Give the <br> Gift of life, Donate blood</div>
</div>
</body>
</html>