-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathReg.html
More file actions
68 lines (58 loc) · 3.08 KB
/
Reg.html
File metadata and controls
68 lines (58 loc) · 3.08 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
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
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title> Join Us Now</title>
<link rel="stylesheet" type="text/css" href="css/Reg.css" />
<script type="javascript" src="js/Reg.js"></script>
</head>
<body>
<div class="sq2">
<svg id="sqaure2" width="1450" height="680">
</svg>
</div>
<div class="table">
<form name="form1" action="" method="POST" onsubmit="checkform();">
<table>
<tr class="row1">
<td id="h1">Register Here</td>
<td></td>
</tr>
<tr class="row2">
<td id="Ifn"><input id="box1" type="text" name="Fname" placeholder="First Name" required></td>
<td id="Iln"><input id="box2" type="text" name="Lname" placeholder="Last Name" required></td>
</tr>
<tr class="row3">
<td id="Iemail"><input id="box3" type="email" name="Email" placeholder="Email Address" required></td>
<td id="Idob"><input id="box4" type="date" name="DOB" required></td>
</tr>
<tr class="row4">
<td id="Ipass"><input id="box5" type="password" name="Pass" placeholder="Password" required></td>
<td id="code"><input id="box6" type="text" name="Phone" placeholder="Contact Number" required></td>
</tr>
<tr class="row5">
<td id="ICpass"><input id="box7" type="password" name="Cpass" placeholder="Confirm Password" required></td>
<td id="Inic">
<input id="box8" type="text" name="NIC" placeholder="NIC number" required>
</td>
</tr>
<tr class="row6">
<td>
<p>Foreingers' Only *</p>
</td>
<td></td>
</tr>
<tr class="row7">
<td id="Ipanum"><input id="box9" type="text" name="Pnum" placeholder="Passport Number"></td>
<td id="Icountry"><input id="box10" type="text" name="CON" placeholder="Country"></td>
</tr>
<tr class="button">
<td></td>
<td><input id="submit" type="submit" value="Sign Up" name="SignUp" onclick="validate();"></td>
</tr>
<p id="head"><i>Why Stay Connected With Us?</i> </p>
<p id="body1"> For Sea Side Park Hotel & Resorts sustainability is about<br> meeting current needs while at the same time preserving<br> & contributing to the future. </p>
<p id="body2">Get notified on our daily offers and promotions for delighted<br> experiences </p>
<p id="body3"> Get rewarded for your stays at Sea Side Park & Resorts with<br> exclusive benefits when you book direct. </p>
<p id="body4"> Subscribe to our newsletter and get access to exclusive offers<br> and competitions! </p>
</body>
</html>