-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>xG</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<h1>xG</h1>
<script type="text/javascript"><!--
sr_share_id="NUdCh";
BASE_URL = 'https://fbref.com';
//-->
</script>
<script type="text/javascript"
src="https://www.sports-reference.com/js/sr_share.js">
</script>
<noscript>Report from <a href="https://fbref.com/">FBref.com</a>.</noscript>
</main>
<script src="https://widgets.sports-reference.com/wg.fcgi?css=1&site=fb&url=%2Fen%2Fsquads%2Fb8fd03ef%2F2022-2023%2Fmatchlogs%2Fc9%2Fschedule%2FManchester-City-Scores-and-Fixtures-Premier-League&div=div_matchlogs_for"></script>
<script src="https://widgets.sports-reference.com/wg.fcgi?css=1&site=fb&url=%2Fen%2Fmatches%2Fece62baf%2FWest-Ham-United-Manchester-City-August-7-2022-Premier-League&div=div_stats_b8fd03ef_summary"></script>
<script src="index.js"></script>
</body>
</html>