-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_cham.html
66 lines (51 loc) · 2.16 KB
/
test_cham.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
55
56
57
58
59
60
61
62
63
64
65
66
<!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>Test-Cricbuzz</title>
<link rel="stylesheet" href="styles/test_cham.css">
<link rel="stylesheet" href="styles/navbar.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<div id="navbar1"></div>
<div id="navbar2"></div>
<div id="for_bac">
<div id="main_contaner">
<img src="./components/footer_icon/1111.jpg" id="imgg" alt="">
<div id="false"></div>
</div>
</div>
<div id="footer_div">
<!-- <div id="no">
<img src="https://www.cricbuzz.com/images/cb_logo.svg" alt="">
<div class="first_div">
<h3>MOBILE SITE & APPS</h3>
<div class="flex"><img src="./footer_icon/web.png" alt=""> <p>m.cricbuzz.com</p></div>
<div class="flex"><img src="./footer_icon/android.png" alt=""> <p>Android</p></div>
<div class="flex"><img src="./footer_icon/apple (2).png" alt=""> <p>iOS</p></div>
</div>
<div class="first_div" id="second_div">
<h3>FOLLOW US ON</h3>
<div class="flex"><img src="./footer_icon/facebook.png" alt=""> <p>facebook</p></div>
<div class="flex"><img src="./footer_icon/twitter.png" alt=""> <p>twitter</p></div>
<div class="flex"><img src="./footer_icon/youtube.png" alt=""> <p>youtube</p></div>
<div class="flex"><img src="./footer_icon/pinterest.png" alt=""> <p>Pinterest</p></div>
</div>
<div class="first_div" id="second_div">
<h3>COMPANY</h3>
<div class="flex"><p>Careers</p></div>
<div class="flex"><p>Advertise</p></div>
<div class="flex"><p>Privacy Policy</p></div>
<div class="flex"><p>Terms of Use</p></div>
<div class="flex"><p>Cricbuzz TV Ads</p></div>
</div>
</div>
<p id="last_l">© 2022 Cricbuzz.com, Times Internet Limited. All rights reserved | The Times of India | Navbharat Times</p> -->
</div>
</body>
</html>
<script src="scripts/test_cham.js" type="module"></script>