-
Notifications
You must be signed in to change notification settings - Fork 0
/
Footer.html
53 lines (53 loc) · 2.48 KB
/
Footer.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
<!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="Footer.css">
</head>
<body>
<div id="foterdown">
<div id="foter">
<div>
<div>
<img id="logo" src="https://www.cricbuzz.com/images/cb_logo.svg" alt="logo">
<div>
<h2>MOBILE SITE & APPS</h2>
<div class="bb">
<a href="https://m.cricbuzz.com/">m.cricbuzz.com</a>
<a href="https://play.google.com/store/apps/details?id=com.cricbuzz.android">Android</a>
<a href="https://itunes.apple.com/app/id360466413">iOS</a>
</div>
</div>
<div>
<h2>FOLLOW US ON</h2>
<div class="bb">
<a href="https://www.facebook.com/cricbuzz">facebook</a>
<a href="https://twitter.com/cricbuzz">twitter</a>
<a href="https://www.youtube.com/channel/UCSRQXk5yErn4e14vN76upOw">youtube</a>
<a href="https://in.pinterest.com/cricbuzz/">Pinterest</a>
</div>
</div>
<div>
<h2>COMPANY</h2>
<div class="bb">
<a href="https://www.cricbuzz.com/careers">Carrers</a>
<a href="https://www.cricbuzz.com/info/advertise">Advertise</a>
<a href="https://www.cricbuzz.com/info/privacy">Privacy Policy</a>
<a href="https://www.cricbuzz.com/info/termsofuse">Terms of Use</a>
<a href="https://www.cricbuzz.com/product-blog/cricbuzz-mobile-apps-tv-ad-cricket-ka-keeda">Cricbuzz TV Ads</a>
</div>
</div>
</div>
<div>
<p>© 2022 Cricbuzz.com, Times Internet Limited. All rights reserved |</p>
<a href="http://timesofindia.indiatimes.com/">The Times of India |</a>
<a href="http://navbharattimes.indiatimes.com/">Navbharat Times</a>
</div>
</div>
</div>
</div>
</body>
</html>