NDI-2019/rickroll.html
2019-12-06 07:11:29 +01:00

16 lines
472 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="./styles/styles.css" />
<title>Rickroll !</title>
</head>
<body>
<iframe width="100%" height="900px" src="https://www.youtube.com/embed/dQw4w9WgXcQ?list=PLahKLy8pQdCM0SiXNn3EfGIXX19QGzUG3" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>