-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.html
82 lines (77 loc) · 2.85 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!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">
<link rel="stylesheet" href="./styles/footer.css">
<title>footer</title>
</head>
<body>
<div class="body">
<div class="f_footer">
<div class="fkey">
<h2>Key Series</h2>
<h2>Quick Links</h2>
<h2>ESPNcricinfo Apps</h2>
<h2> Follow ESPNcricinfo</h2>
<h2>ESPN Sites</h2>
</div>
<!-- keys ending header -->
<div id="table">
<!-- coloumn 1 data -->
<div class="coloumn01">
<a href="#"> <p>Asian Cup QLF</p> </a>
<a href="#"> <p>Asia Cup</p> </a>
<a href="#"> <p>Asia CupEngland v SouthAfrica</p> </a>
<a href="#"> <p>Australia v Zimbabwe</p> </a>
<a href="#"> <p>The Hundred (M)</p> </a>
<a href="#"> <p>The Hundred (W) </p> </a>
<a href="#"> <p>County Div1 </p> </a>
<a href="#"> <p>County Div2</p> </a>
<a href="#"> <p> 6xity (M)</p> </a>
<a href="#"> <p>6xity (W)</p> </a>
<a href="#"> <p>Women's Championship</p> </a>
<a href="#"> <p>World Test Championship</p> </a>
<a href="#"> <p>World Cup Super League</p> </a>
</div>
<!-- coloumn 2 data -->
<div class="coloumn01">
<a href="#"> <p>T20 Time Out</p> </a>
<a href="#"> <p>T20 Time Out Hindi</p> </a>
<a href="#"> <p>ICC Rankings</p> </a>
<a href="#"> <p>Fantasy Pick</p> </a>
<a href="#"> <p>Haan Ya Naa</p> </a>
</div>
<!-- coloumn -3 data -->
<div class="coloumn01">
<a href="#"> <p>Android App</p> </a>
<a href="#"> <p> iOS App</p> </a>
</div>
<!-- coloumn -4 data -->
<div class="coloumn03">
<a href="#"> <p>Instagram</p> </a>
<a href="#"> <p>Twitter</p> </a>
<a href="#"> <p>Facebook</p> </a>
<a href="#"> <p>YouTube</p> </a>
</div>
<!-- coloumn -5 data -->
<div class="coloumn04">
<a href="#"> <p>The Cricket Monthly</p> </a>
<a href="#"><p>ESPN</p></a>
</div>
</div>
</div>
</div>
<!-- end of page -->
<div id="endfoot">
<div>
<p class="endnote1">Terms of Use | Privacy Policy | Intrest-Based Ads | Addendum to the Global Privacy Policy | Feedback</p>
</div>
<div>
<p class="endnote2"> @2022 ESPN Sports Media Ltd. All rights reserved</p>
</div>
</div>
</body>
</html>
<script src="./scripts/forall.js"></script>