-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.html
28 lines (26 loc) · 1.23 KB
/
location.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Style/style1.css">
<script src="Js/met.js"></script>
</head>
<body>
<h1 class="title">VillaGreppi</h1>
<div class="content">
<div class="image-container">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2786.37480343062!2d9.30388167690965!3d45.7035172710789!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4786a4e25f79cefd%3A0x80348e2d40842073!2sI.I.S.S.%20%22Alessandro%20Greppi%22!5e0!3m2!1sit!2sit!4v1700899955649!5m2!1sit!2sit"
width="900" height="650" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="description">
<h2>Mappa di villa greppi</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Officia a reprehenderit commodi, porro exercitationem
labore deleniti sunt placeat fugit voluptates quo neque
mollitia officiis temporibus magni dolore et totam sit.</p>
</div>
</div>
</body>
</html>