-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiframe.html
More file actions
21 lines (21 loc) · 1.78 KB
/
iframe.html
File metadata and controls
21 lines (21 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>iframe</title>
</head>
<h2>Contact Us</h2>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15955.427084198143!2d36
.795085072517416!3d-1.257927377566185!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0
x182f17060fd8d33d%3A0x1c57425a1965fcca!2sUniversity%20Of%20Nairobi%20-%20School%20Of%20Nurs
ing%20Sciences!5e0!3m2!1sen!2ske!4v1716882305985!5m2!1sen!2ske" width="100%" height="300"
style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-wh
en-downgrade"></iframe>
<h2>Favorite Videos</h2>
<iframe width="400" height="315" src="https://www.youtube.com/embed/GMLsHHHOnjw?si=rcQ3xMQD_WQ0ySCj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="400" height="315" src="https://www.youtube.com/embed/rBTh-Ia3QjM?si=hDyHoqMH6gGMEx_n" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1H-vSHVOxoU?si=aiFKKg1_1Z0ngI0x" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</html>