-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteamsme.html
64 lines (52 loc) · 1.86 KB
/
teamsme.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
<!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>cricbuzz</title>
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/navbar.css">
<link rel="stylesheet" href="styles/matches.css">
<link rel="shortcut icon" href="https://www.cricbuzz.com/images/cb_favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<!-- nabar 1st part -->
<div id="navbar1">
</div>
<!-- navbar 2nd part -->
<div id="navbar2">
</div>
<!-- navbar-3 -->
<div id="navbar3">
<div id="section">
<a href="matches.html"><h4>Current Matches</h4></a>
<a href="fseries.html"><h4>Current & Future Series</h4></a>
<a href="matchday.html"><h4>Matches By Day</h4></a>
<a href="teamsme.html"><h4>Match Score</h4></a>
<a href="fseries.html"><h4>Series Archive</h4></a>
</div>
<div>
<h1>Live Cricket Score</h1>
</div>
<div id="llv">
<a href=""><p>Live</p></a>
<a href=""><p>Recent</p></a>
<a href=""><p>Upcoming</p></a>
</div>
<div id="but">
<a href=""><button>International</button></a>
<a href=""><button>League</button></a>
<a href=""><button>Domestic</button></a>
<a href=""><button>Women</button></a>
</div>
</div>
<div id="container">
</div>
<div id="footer_div">
</div>
</body>
</html>
<script src="scripts/teamsme.js" type="module"></script>