-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.html
48 lines (46 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<title>Mael767001 - Vidéos</title>
<meta charset="utf-8">
<link rel="icon" href="icon.ico">
<link rel="stylesheet" href="css/style.css">
<meta name="keywords" content="youtube, youtuber, twitch, streamer, mael767001, eris roleplay">
<meta name="author" content="Mael767001">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="copyright" content="Mael767001">
<meta name="description" content="Créateur de contenu sur YouTube et Twitch">
</head>
<body>
<header>
<ul>
<li>
<a href="index.html">Acceuil</a>
<a href="https://www.youtube.com/channel/UCvCbsx50nMVb71EF45nVVdQ" target="_BLANK">Youtube</a>
<a href="https://twitch.tv/mael767001" target="_BLANK">Twitch</a>
<a href="videos.html">Dernière Vidéos</a>
</li>
</ul>
</header>
<h1 class="titlev">Dernière Vidéos</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/h5WY7vICqDU" class="vide1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/iRpUNMY09pA" frameborder="0" class="vide2" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<style>
.titlev {
text-align: center;
color: white;
font-size: 50px;
border-bottom: 3px solid white;
margin: auto;
width: 475px;
}
.vide1 {
padding-top:50px;
padding-left: 200px;
}
.vide2 {
padding-top:50px;
padding-left: 200px;
}
</style>
</body>
</html>