Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 111 additions & 20 deletions Video 10/index.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,117 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<video src="video.mp4" height="255" controls loop muted poster="download.jpg"></video>

<audio src="sachin.mp3" controls autoplay loop muted></audio>

<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>
<img src="img.svg" alt="My Svg Image">

<!-- <iframe src="https://www.codewithharry.com/tutorial/html-iframes/" width="322" height="444"></iframe> -->

<iframe width="560" height="315" src="https://www.youtube.com/embed/tVzUXW6siu0?si=NuQZuYqrMHn7Pg-i&amp;start=739" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

</head>
<body>
<!-- Quick Quiz -->
<!-- Create a website which shows videos of different category and audios of different categories.
You can use YouTube videos in an iframe using YouTube's embedding feature -->
</body>
</html>
<h1>VTube WebApp</h1>
<h2>Different Categories:</h2>
<div>
<h2>Trending: TOP-3</h2>
<h3>Vigdiyan Heeran- Honey 3.0</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/feigIqugUsA?si=WQ3oC8fBqkFdOIdR"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<h3>V'FRI(END)S' Official MV</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/62peQdQv4uo?si=qjwstRj1rIR6cTyf"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<h3>Naram Kalja</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/dV4a-VTfKqY?si=5g8572M_x9C90qLC"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
<div>
<h2>Music</h2>
<h3>Enemy (Official Video) Jordan Sandhu</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/EEhs-ogMgKs?si=7YYLKZEcqCj3Hczf"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<h3>Haye Booh - Deepak Dhillon</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Y3pfwXbzMXM?si=TTKCdEqYsRquMNXq"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<h3>
Gift | Garry Sandhu & 1Eye | Jasmeen Akhtar | Official Punjabi Video
Song 2024 | Fresh Media Records
</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/UdJGI5lEgiY?si=E3x3RLsJSKABhKP1"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<div>
<h2>Gaming</h2>
<h3>I BUILD A HOUSE FOR MY PALS | PALWORLD GAMEPLAY #2</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/Fa89v1knST0?si=jLzVV59T3l-B8XV6"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<h3>69.96% People Fail to Solve These Riddles * Level Impossible*</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/zDOtHsEXtIE?si=27JKGrFYP8U22X9l"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<h3>RATING OVERALL IQ OF S8UL CREATORS !!</h3>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/DAiHQh1P3tw?si=s28_08PmlN0Um-Z4"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
</body>
</html>