-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.17 KB
/
index.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
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Google-Maps widget</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="centercontent">
<div class="inner">
<div class="gmap" data-gmap-coords="53.85381,10.69136,13">
<div class="gmarker" data-gmarker-coords="53.85381,10.69136" data-gmarker-title="PARROT MEDIA Werbeagentur Lübeck">
<p>
<strong>
PARROT MEDIA<br>
Werbeagentur Lübeck
</strong>
<br>
Uhlandstraße 16<br>
23564 Lübeck
</p>
<p>
<a href="http://www.parrot-media.de/" target="_blank">www.parrot-media.de</a>
</p>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>