-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 2.5 KB
/
index.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
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twitter.com</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="login">
<div class="logo">
<img src="https://shorturl.at/cilqE" alt="Twitter-logo">
</div>
<div class="contents">
<h1>Happening Now</h1>
<div><h3>Join today.</h3></div>
<div class="box1 box"><a href="https://google.com" target="_blank"><button><p class="icon"><i class="fa-brands fa-google"></i></p>Sign up with Google</button></a></div>
<div class="box2 box"><a href="https://apple.com" target="_blank"><button><p class="icon"><i class="fa-brands fa-apple"></i></i></p>Sign up with Apple</button></a></div>
<hr style="width:20rem; color: gray; margin-top: 10px;">
<div class="box3 box"><a href="https://instagram.com" target="_blank"><button>Create Account</button></a></div>
<div class="data"><p>By signing up, you agree to the <a href="https://google.com" target="_blank">Terms of Service </a> and <a href="https://google.com" target="_blank">Privacy Policy </a>, including <a href="https://google.com" target="_blank">Cookie Use </a>.</p></div>
<div class="text"><h4>Already have an account?</h4></div>
<div class="box4 box"><a href="https://google.com"
target="_blank"><button>Sign in</button></a></div>
</div>
</div>
<footer>
<div class="foot">
<a>About</a>
<a>Download the X app</a>
<a>Help Center</a>
<a>Terms of Service</a>
<a>Privacy Policy</a>
<a>Cookie Policy</a>
<a>Accessibility</a>
<a>Ads info</a>
<a>Blog</a>
<a>Status</a>
<a>Careers</a>
<a>Brand Resources</a>
<a>Advertising</a>
<a>Marketing</a>
<a>X for Business</a>
<a>Developers</a>
<a>Directory</a>
</div>
<div class="copy">
<p class="set">Settings </p><p>© 2023 X Corp.</p></p>
</div>
</footer>
</body>
</html>