-
Notifications
You must be signed in to change notification settings - Fork 0
/
orsignup.html
47 lines (36 loc) · 1.7 KB
/
orsignup.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="signup.css">
</head>
<body>
<div >
<img id="firstimage" src="https://www.orbitz.com/_dms/interstitial/logo.svg?locale=en_US&siteid=70201">
<div id="up">
<div id="signin">
<h1>Create an account</h1>
<input id="email" type="text" placeholder="Email adress">
<input id="first" type="text" placeholder="First name">
<input id="last" type="text" placeholder="Last name">
<input id="password" type="text" placeholder="Password">
<p1>By creating an account, I agree to the Orbitz <span class="p11"> <a href=""> Terms and Conditions, Privacy Statement </a></span> <span><p1>and</p1></span> <span class="p11"> <a href="">Orbitz Rewards Terms and Conditions. </a></span> </p1>
<button>Continue</button>
<p4>Already have an account?<span> <a href="orsignin.html">Sign in</a></span> </p4>
<br>
<p4>Or Continue with</p4>
</div>
</div>
<!-- <div id="down">
</div> -->
</div>
<div id="imge">
<img id="apple" src="https://a.travel-assets.com/egds/marks/apple.svg" alt="">
<img src="https://a.travel-assets.com/egds/marks/facebook.svg" id="fb" alt="">
</div>
</body>
</html>
<script src="signup.js"></script>