forked from lingonsaft/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
halloween-frenchies.html
38 lines (29 loc) · 1.2 KB
/
halloween-frenchies.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" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="./css/halloween-frenchies.css">
<link href="https://fonts.googleapis.com/css?family=Creepster" rel="stylesheet">
</head>
<body>
<div class="content">
<div class="enter-text">
<h1>Enter at your Own Peril...</h1>
</div>
<div class="videos">
<iframe width="560" height="315" src="https://www.youtube.com/embed/acdGMA1c_U8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/iZ78gK8FHcg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/X0T9ikSqNGw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/cdU8EPL9wPI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</div>
</div>
<div class="back">
<a href="index.html">Back</a>
</div>
</body>
</html>