-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgaleria.html
53 lines (46 loc) · 1.59 KB
/
galeria.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
<!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">
Zdjęcia obiektu zostaną niedługo dodane.
Pozostańmy w kontakcie.
</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>