-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.29 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Favorite!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="title">
<h1>Fanpage : Marvel Cinematic Universe (MCU)</h1>
</div>
<div class="intro">
<p>Welcome to my fanpage. </p>
<p>Here you can find some information about one of my favorite cinematic universe : MCU</p>
<p>I really like this series of films, one because each film on its own is unique and awesome</p>
<p>But the movies where all the heroes from previous movies come together make it that much cooler</p>
<p>Definitely something you can't miss</p>
</div>
<div class="youtube">
<iframe width="560"
height="315"
src="https://www.youtube.com/embed/vmT3dk8099w?si=Ia29yfMzVW-bvQd-"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="menu">
<a href="statistics.html"><input type="button" value="statistics"></a>
</div>
</body>
</html>