-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
57 lines (47 loc) · 1.42 KB
/
videos.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MinivanRVing.com</title>
<link href="BlogPostAssets/Styles/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav>
<div class="navbar">
<a href="index.html">Home</a>
<a href="#" class="active">Videos</a>
<a href="adventures.html">Adventures</a>
<a href="blog.html">Blog</a>
</div>
</nav>
<div class="content">
<h3>Detailed Info on my Minivan Camper </h3>
<section id="mainContent">
<iframe
class="video"
src="https://www.youtube.com/embed/n-H2U3EykLo"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;"
allowfullscreen></iframe>
<p>A video tour of my minivan camper. </p>
<iframe
class="video"
src="https://www.youtube.com/embed/OF2VRVrcRqw"
title="Zodi Hot Vent Tent Heater used with a Minivan"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;"
allowfullscreen></iframe>
<p>The Zodi Hot Vent Tent Heater in Action. </p>
<iframe
class="video"
src="https://www.youtube.com/embed/1LT_kqNRoFY"
title="Another Nice Minivan Build"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope;"
allowfullscreen></iframe>
<p>I like this guy's minivan camper. </p>
</section>
</div>
</body>
</html>