-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp2.html
46 lines (42 loc) · 1.81 KB
/
p2.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
<!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="project2..css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baskervville+SC&display=swap" rel="stylesheet">
<title>Project2</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Playwrite+CU:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<div class="team-name">
<p>TravelSphere</p>
</div>
<div class="container">
<header>
<h1 id="title" class="text-center">Discover</h1>
<p id="info1" class="text-center">the hidden horizons</p>
</header>
<div class="spoon">
<p><strong>Sign in</strong></p>
</div>
<form id="sign-in">
<div class="username">
<!-- <label id="userlabel" for="user">Username/Email-Id</label> -->
<input type="text" name="user" id="user" class="username1" placeholder="Username/Email-Id">
<!-- </div>
<div class="password"> -->
<input type="text" name="pass" class="password1" id="pass" placeholder="Password">
<button type="submit" id="submit" class="signin-button">Sign-in</button>
</div>
<div class="spoon2">
<a href="https://google.com">Not a User? Sign-Up</a>
</div>
</form>
</div>
</body>
</html>