-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
39 lines (28 loc) · 946 Bytes
/
map.html
File metadata and controls
39 lines (28 loc) · 946 Bytes
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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Local App</title>
</head>
<body>
<br>
<br>
<img src="google-maps.jpg" width="400px" alt="">
<h1>Map</h1>
<br>
<hr>
<br>
<a href="view-catalog.html" class="">view-catalog</a><br>
<a href="book-session.html" class="">book-session</a><br>
<a href="nearby-houses.html" class="">nearby-houses</a><br>
<a href="contact-us.html" class="">contact-us</a><br>
<a href="get-quote.html" class="">get-quote</a><br>
<a href=map.html" class="">map</a><br>
<a href="search.html" class="">search</a><br>
<a href="shared-apartment.html" class="">shared-apartment</a><br>
<a href="index.html" class="">home</a><br>
<a href="login.html" class="">login</a><br>
<a href="register.html" class="">register</a><br>
</body>
</html>