-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.16 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.16 KB
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 : Tori Amos</h1>
</div>
<div class="intro">
<p>Welcome to my fanpage. </p>
<p>Here you can find some information about my favorite artist : Pentatonix</p>
<p>I really like Tori Amos, because all their songs are sung acapella.</p>
<p>That means, they don't use any instruments!</p>
<p>They do everything with their voices!</p>
</div>
<div class="youtube">
<iframe width="560"
height="315"
src="https://www.youtube.com/embed/3MteSlpxCpo"
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>