-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.15 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Debug TV 🐞📺</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Epilogue:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<iframe id="playlist" width="100%" height="315"
src="https://www.youtube-nocookie.com/embed/videoseries?list=PLlfJkWGxh-q2AueB9twTsnATiCH0W3kEB"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h1>Debug TV – Informations sur les épisodes</h1>
<iframe id="shownotes" name="shownotes"
src="https://docs.google.com/document/d/e/2PACX-1vQn2TZ2-gxxQtqcBuiMb-4okEXcHSN4Gz7RkSGhB2o4EWVt2V6GdrZgHFk-1bDsmJygNHFdpiEmZxhc/pub?embedded=true"></iframe>
</body>
</html>