This repository has been archived by the owner on Oct 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetting-around.html
46 lines (46 loc) · 1.8 KB
/
getting-around.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Getting Around - Travel Stockholm</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/getting-around.css">
<!-- <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> -->
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="accomodation.html">Accomodation</a></li>
<li><a href="food-in-stockholm.html">Food in Stockholm</a></li>
<li><a href="index.html"><img src="img/stockholm-logo.svg.png"></a></li>
<li><a href="tourist-highlights.html">Tourist Highlights</a></li>
<li><a href="#">Getting Around</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</nav>
</header>
<h1>Travel Stockholm - Getting Around</h1>
<!-- <iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/view?zoom=10¢er=59.3293%2C18.0686&key=AIzaSyDoQ7Pcwscwwk0cLZGiPPfwF-F3RBpx6ZU" allowfullscreen></iframe> -->
<div id="map"></div>
<script type="text/javascript" src="js/map.js"></script>
<footer>
<em>Copyright Travel Stockholm, 2018</em>
<div id="pagination">
<ul>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="accomodation.html">Accomodation</a></li>
<li><a href="food-in-stockholm.html">Food in Stockholm</a></li>
<li><a href="tourist-highlights.html">Tourist Highlights</a></li>
<li>Getting Around</li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
<em>Designed by Ally S</em>
</footer>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDoQ7Pcwscwwk0cLZGiPPfwF-F3RBpx6ZU&callback=initMap">
</script>
</body>
</html>