-
Notifications
You must be signed in to change notification settings - Fork 0
/
2019-jan-islas-mujeres-mexico.html
42 lines (33 loc) · 1.27 KB
/
2019-jan-islas-mujeres-mexico.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./assets/style.css">
<meta name="theme-color" content="#151515">
<title>Mike's Top Dives - Islas Mujeres - Mexico, Jan 2019</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script defer src="./scripts/slider.js"></script>
</head>
<body>
<header>
<div class="container">
<a class="a-title" href="index.html">
<h1>./ Home</h1>
</a>
<h2>Islas Mujeres - Mexico, Jan 2019</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<div class="dive-video">
<iframe width="480" height="320" src="https://www.youtube.com/embed/14IyR_GZSV8" frameborder="0"
allowfullscreen></iframe>
<span>Islas Mujeres, Sub-Aquatic Museum</span>
</div>
</section>
</div>
</body>
</html>