GrandTabernacleAutoVI/public_html/assets/phone/webview/utube.html
Baptiste 6f8f16db30 .
2023-12-23 21:32:45 +01:00

19 lines
No EOL
708 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Utube</title>
<style>
iframe {
display:inline-block;
}
</style>
</head>
<body>
<font color="white">UTube vous propose sa sélection des meilleures vidéos !</font>
<iframe width="100%" type="text/html" src="https://www.youtube.com/embed/WiiM0jgWrC4" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" type="text/html" src="https://www.youtube.com/embed/rgEuqSmdW0Q" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" type="text/html" src="https://www.youtube.com/embed/l0qvxPPISuY" frameborder="0" allowfullscreen></iframe>
</body>
</html>