-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoferta.html
75 lines (68 loc) · 2.89 KB
/
oferta.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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">
W naszym obiekcie posiadamy 2-osobowe pokoje z łazienkami typu:
<br> <br> - Standard - z 2 łóżkami pojedynczymi
<br> - Comfort - z wersalką oraz łóżkiem pojedynczym.
<br> <br> Cennik za pokój za dobę:
<table>
<tr>
<td>Pokój</td> <td> 15.04 - 10.07 <br> 20.08 - 30.10 </td>
<td> 10.07 - 20.08 <br> długie weekendy i święta </td>
</tr>
<tr>
<td>Standard</td> <td>140</td> <td>160</td>
</tr>
<tr>
<td>Comfort</td> <td>150</td> <td>170</td>
</tr>
</table>
<br> Cena nie obejmuje opłaty klimatycznej.
<br> Doba hotelowa rozpoczyna się o godzinie 14, a kończy o godzinie 11.
<br> Minimalny okres pobytu to 5 dni.
<br> <br> Każdy pokój posiada aneks kuchenny, zestaw naczyń, czajnik, oraz lodówkę,
pozwalając Gościom na przygotowanie podstawowych posiłków.
<br> <br> Na wyposażeniu znajduje się również koc plażowy, umożliwiający wygodne
spędzenie czasu na plaży.
<br> <br> W pokojach znajdują się też płaskie telewizory oraz dostęp do sieci WiFi.
</font>
</div>
<footer class="centered">
Last modified:
<script language="JavaScript">
var testlast=document.lastModified;
document.write(" "+testlast.substr(0,10));
</script><br>
</footer>
</body>
</html>