-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSportscopy.html
38 lines (22 loc) · 915 Bytes
/
Sportscopy.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>American Football</title>
<link rel = "stylesheet" type = "text/css" href = "stylecopy.css">
<body>
<iframe width="500" height="400" src="https://player.vimeo.com/video/37560707?title=0&byline=0&portrait=0&autoplay=1"></iframe>
<div class = "main">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://www.sportingcharts.com/dictionary/nfl/national-football-league-nfl.aspx" target = "_blank"> What is the NFL?</a></li>
<li><a href = "http://www.nfl.com/network/top100" target = "_blank"> Top NFL Players</a></li>
<li><a href = "https://www.profootballhof.com/football-history/birth-of-pro-football/" target = "_blank"> History of American FootBall</a></li>
<header>
</ul>
</div class = "title">
<h1>American Football</h1>
<div>
</div>
</header>
</head>
</body>