-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (28 loc) · 992 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>National Parks</title>
<link rel="stylesheet" type="text/css" href="homepage.css">
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<nav>
<ul>
<a href="index.html"><li>Home</li></a>
<a href="yellowstone.html"><li>Yellowstone</li></a>
<a href="yosemite.html"><li>Yosemite</li></a>
</ul>
</nav>
</header>
<article id="video-sec">
<h1>National Parks</h1>
<iframe width= "640" height= "360" src="https://www.youtube.com/embed/h7jBifTNSFU?rel=0" alt="Top 10 Best National Parks in America" frameborder="1" allowfullscreen></iframe>
<p>National parks in America are where the bison will gore you, the bears will eat you and the park service will treat you like a moron.</p>
</article>
<footer>
©2015 Nashville Software School • Page created by Jessa Parker
</footer>
</body>
</html>