forked from VictorRuggi/nflGameSimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfalcons.html
19 lines (19 loc) · 878 Bytes
/
falcons.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>Atlanta Falcons</title>
</head>
<body>
<img src="logos/falcons.png" style="width: 150px; height: 100px"></img>
<h1 style="text-align: left">Atlanta Falcons</h1>
<table>
<tr><td><b>Super Bowls</b></td><td>0</td></tr>
<tr><td><b>Division</b></td><td>NFC South</td></tr>
<tr><td><b>Established</b></td><td>1965</td></tr>
<tr><td><b>Stadium History</b></td><td>Mercedes-Benz Stadium; Atlanta, GA (2017-present)<br/>Georgia Dome; Atlanta, GA (1992-2016)<br/>Atlanta-Fulton County Stadium; Atlanta, GA (1966-1991)</td></tr>
</table>
<a href="index.html"><< Back to the NFL Game Simulator</a>
</body>
</html>