forked from VictorRuggi/nflGameSimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchargers.html
19 lines (19 loc) · 987 Bytes
/
chargers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<script type="text/javascript" src="nflGameSimulator.js"></script>
<link rel="stylesheet" type="text/css" href="nflGameSimulator.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Los Angeles Chargers</title>
</head>
<body>
<img src="logos/chargers.png" style="width: 150px; height: 100px"></img>
<h1 style="text-align: left">Los Angeles Chargers</h1>
<table>
<tr><td><b>Super Bowls</b></td><td>0</td></tr>
<tr><td><b>Division</b></td><td>AFC West</td></tr>
<tr><td><b>Established</b></td><td>1959</td></tr>
<tr><td><b>Stadium History</b></td><td>SoFi Stadium; Inglewood, CA (2020-present)<br/>Dignity Health Sports Park; Carson, CA (2017-2019)<br/>Qualcomm Stadium; San Diego, CA (1967-2016)<br/>Balboa Stadium; San Diego, CA (1961-1966)<br/>Los Angeles Memorial Coliseum; Los Angeles, CA (1960)</td></tr>
</table>
<a href="index.html"><< Back to the NFL Game Simulator</a>
</body>
</html>