-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex5.html
43 lines (40 loc) · 1.41 KB
/
index5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Signin</title>
<link rel="stylesheet" href="style5.css">
<link rel="icon" type="image/x-icon" href="https://shorturl.at/yES23">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
</style>
</head>
<body>
<main>
<div id="container">
<img src="https://blog.hubspot.com/hs-fs/hubfs/Screen%20Shot%202019-05-28%20at%202.43.23%20PM.png?width=598&name=Screen%20Shot%202019-05-28%20at%202.43.23%20PM.png" alt="google_image" id="google_image">
<div class="info-starter">
<h2>Sign in</h2>
<h4>Use Your Google Account</h4>
</div>
<div class="input-box">
<input type="text" id="E_or_N" name="username" class="input-field" required placeholder="Email or phone">
</div>
<div class="forgot-email">
Forgot email?
</div>
<div class="guest_info">
<p>Not your computer? Use Guest mode to Sign in privately.</p>
<a href="#">Learn more</a>
</div>
<div class="create_next">
<a href="#">Create account</a>
<div id="Next">
<button id="Next_button">Next</button>
</div>
</div>
</div>
</main>
</body>
</html>