-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
29 lines (25 loc) · 1.04 KB
/
map.html
File metadata and controls
29 lines (25 loc) · 1.04 KB
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
29
<html>
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/7784/7784482.png">
<title>Map - Utilities - The HTML Project</title>
<h1>Map</h1>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d35727148.60384203!2d-78.55441204287247!3d45.51323451470207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x52b30b71698e729d%3A0x131328839761a382!2sNorth%20America!5e1!3m2!1sen!2sus!4v1698938916011!5m2!1sen!2sus" width="100%" height="90%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<head>
<style>
.footer {
position: right;
left: 0;
bottom: 0;
width: 100%;
background-color: grey;
color: white;
text-align: center;
}
</style>
</head>
<body>
<div class="footer">
<p><a href="dashboard.html" style="color: white;">Back to Dashboard</a></p>
<p><a href="/home/index.html" style="color: white;">Back to the NEW Dashboard</a></p>
</div>
</body>
</html>