-
Notifications
You must be signed in to change notification settings - Fork 0
/
singup.html
38 lines (33 loc) · 1.01 KB
/
singup.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
<html>
<head>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<header>
<nav>
<img src="pictures\sbi.png" style="float:left ; margin-top:0px; margin-right:10px; "\>
<h1>State Bank Of India</h1>
<ul>
<li><a class="homeblack" href="home.html">Home</a>
<li><a class="homeblack" href="index.html">LogIn</a>
<li><a class="homered" href="singup.html">SingUp</a>
<li><a class="homeblack" href="contact.html">ContactUs</a>
</ul>
</nav>
</header>
<div class="divider"></div>
<div class="image">
<form action="singup">
<p class="heading1">USERNAME</p>
<input type="text" name="username" class="inps1" required>
<p class="heading2"> CREATE PASSWORD</p>
<input type="password" name="passname" class="inps2" required>
<p class="heading3">EMAIL</p>
<input type="text" name="emailname" class="inps3" required>
<p class="heading4">CONTACT NO.</p>
<input type="number" name="contactname" class="inps4" required>
<br><input type="submit" value="REGISTER" class="singupbutton"/>
</form>
</div>
</body>
</html>