-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkontakt.html
60 lines (53 loc) · 2.24 KB
/
kontakt.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html><html>
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="script.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BWDY4Y9SEN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BWDY4Y9SEN');
</script>
<body>
<header class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3 class="animate-character">
Pokoje gościnne Oleńka w Grzybowie
</h3>
</div>
</div>
</header>
<div>
<div class="centered">
<button class="menu_button" onclick="nextPage('index.html')">Strona główna</button>
<button class="menu_button" onclick="nextPage('oferta.html')">Oferta</button>
<button class="menu_button" onclick="nextPage('galeria.html')">Galeria</button>
<button class="menu_button" onclick="nextPage('kontakt.html')">Kontakt</button>
</div>
</div>
<div class="centered content">
<br><font size="4" face="Verdana" color="#532603">
<p> Nasze dane kontaktowe: </p>
<p> Pokoje gościnne Oleńka </p>
<p> ul. Kołobrzeska 1 </p>
<p> 78-132 Grzybowo </p>
<p> tel. 602 299 574 </p>
<p> e-mail: mikrolan@hot.pl </p>
</font>
</div>
<div class="centered">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2336.1901008734094!2d15.489696979531347!3d54.15899611634325!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47001577cac6cde3%3A0x160347c4354726aa!2sPokoje%20Go%C5%9Bcinne%20OLE%C5%83KA!5e0!3m2!1spl!2spl!4v1688909815015!5m2!1spl!2spl" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<footer class="centered">
Last modified:
<script language="JavaScript">
var testlast=document.lastModified;
document.write(" "+testlast.substr(0,10));
</script><br>
</footer>
</body>
</html>