-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlog.html
More file actions
34 lines (29 loc) · 1.18 KB
/
log.html
File metadata and controls
34 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<title>See what's new for you</title>
<link rel="stylesheet" type="text/css" href="css/log.css" />
</head>
<body>
<div class="sq1">
<svg id="sqaure1" width="500" height="500">
</svg>
</div>
<form name="form1" action="" method="POST" onsubmit="checklogin();">
<p id="txt">Login here</p>
<div class="email">
<input id="emailbox" type="email" name="email" placeholder="Someone@gmail.com" required/>
</div>
<div class="pass">
<input id="pwbox" type="password" name="pw" placeholder="Password" required/>
</div>
<div class="submit">
<input id="log" type="submit" name="ok" value="LOGIN" />
</div>
<div class="h1">
<p id="heading1">Welcome Back!</p>
<p id="text">Up to 30% OFF<br>with Sea Side Park Deals!<br><br>Prices drop the moment you log in.<br> Enjoy much more exclusive offers.
<br><br>Every time you stay with us,<br> you will enjoy exclusive privileges and benefits across<br> many different aspects of our hotel offerings.</p>
</div>
</body>
</html>