Skip to content

Commit f2d56e7

Browse files
committed
Add index.html with embedded content including Google Maps, Python tutorial, and YouTube video
1 parent 6fc777d commit f2d56e7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Example/Lectures/10 Day/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
<iframe src="https://www.google.com/maps/embed?pb=!1m23!1m12!1m3!1d120552.18997292158!2d72.77288478426803!3d19.22767447472627!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m8!3e6!4m0!4m5!1s0x3be7b1fbfbc3495f%3A0x62d06004fd44f333!2sSiddhigiri%20Premises%2C%20204%2F205%20A%20Wing%2C%20SV%20Rd%2C%20Station%20West%2C%20next%20to%20Thakkar%20Shopping%20Centre%2C%20opposite%20Indraprastha%20Shopping%20Centre%2C%20Borivali%2C%20Mumbai%2C%20Maharashtra%20400092!3m2!1d19.227692899999997!2d72.85528649999999!5e0!3m2!1sen!2sin!4v1751529405336!5m2!1sen!2sin" width="600" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
10+
11+
12+
<iframe src="https://codeswithpankaj.com/python-list-tutorial/" height="800" width="800">
13+
14+
</iframe>
15+
16+
<script src="https://apis.google.com/js/platform.js"></script>
17+
18+
<div class="g-ytsubscribe" data-channel="p4ntechnology404" data-layout="default" data-count="default"></div>
19+
20+
<iframe width="1310" height="737" src="https://www.youtube.com/embed/qrvK_KuIeJk" title="&quot;Godfather of AI&quot; Geoffrey Hinton: The 60 Minutes Interview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)