-
Notifications
You must be signed in to change notification settings - Fork 0
/
registrationn.php
25 lines (23 loc) · 1.28 KB
/
registrationn.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="regi.css">
<title>Register Now!</title>
</head>
<body>
<div class="tab">
<div class="heading">Registration</div>
<div class="formi"><form class="forma" action="register.php" method="post">
<div class="ema"> <p class="texts">Email:<p><input class="boxes" type="email" placeholder="Enter your email id" name="remail"></p></div>
<div class="creusr"><p class="texts">Create username:<p><input class="boxes" type="name" placeholder="Create your username" name="createuse"></p></p></div>
<div class="crepa"><p class="texts">Create Password:<p><input class="boxes" type="password" placeholder="create password" name="createpass"></p></p></div>
<div class="conpa"><p class="texts">Confirm Password:<p><input class="boxes" type="password" placeholder="confirm password" name="confpass"></p></p></div>
<div class="button"><a class="regbut" ><button type="submit" class="buttoni">submit</button></a></div>
</form>
<div class="redtolog"><a class="redtolog" href="Loggin.php">Already registered? click here to login</a></div>
</div>
</div>
</body>
</html>