-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiframe.html
15 lines (15 loc) · 1.09 KB
/
iframe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>iframe</title>
</head>
<body>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15956.089591372516!2d36.956784725189216!3d-1.1444680713812658!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f474da31ff315%3A0xfaa9d5a1a06c6da3!2sKenyatta%20University%2C%20Ruiru%20Campus!5e0!3m2!1sen!2ske!4v1737219717984!5m2!1sen!2ske" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<iframe width="853" height="480" src="https://www.youtube.com/embed/bA10OW0hOEg" title="Sam Wilson & Joaquín Torres | The Falcon and The Winter Soldier | Official Clip" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</body>
</html>