-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcene.html
More file actions
106 lines (106 loc) · 3.09 KB
/
cene.html
File metadata and controls
106 lines (106 loc) · 3.09 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="author" content="Matija Davidović" />
<title>Cene</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"/>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="img/euro.png" />
</head>
<body>
<div id="okvir3">
<header>
<div id="logo">
<a href="index.html" title="Logo">
<img src="img/logo.png" alt="logo"/>
</a>
</div>
<nav>
<ul>
<li><a href="index.html">Početna</a></li>
<li class="active"><a href="cene.html">Cene</a></li>
<li><a href="galerija.html">Galerija</a></li>
<li><a href="kontakt.html">Kontakt</a></li>
<li><a href="oautoru.html">O Autoru</a></li>
</ul>
</nav>
<div class="cleaner">
</div>
</header>
<main>
<section>
<article>
<h2>Noćenje</h2>
<h1>20€</h1>
<p>30% popusta do ponoći</p>
<div class="li">
<ul>
<li>Apartman</li>
<li>Tv</li>
</ul>
</div>
<a class="dugme" href="rez.html" target="_blank" title="Rezervišite">Rezervišite odmah</a>
</article>
<article>
<h2>3 dana</h2>
<h1>60€</h1>
<p>20% popusta za 2 osobe</p>
<div class="li">
<ul>
<li>Jednosoban stan</li>
<li>TV</li>
<li>Klima</li>
</ul>
</div>
<a class="dugme" href="rez.html" target="_blank" title="Rezervišite">Rezervišite odmah</a>
</article>
<article>
<h4>popularno</h4>
<h2>7 dana</h2>
<h1>120€</h1>
<p>30% popusta za 3 osobe</p>
<div class="li">
<ul>
<li>Dvosoban stan</li>
<li>TV</li>
<li>Klima</li>
<li>Pogled na more</li>
</ul>
</div>
<a class="dugme" href="rez.html" target="_blank" title="Rezervišite">Rezervišite odmah</a>
</article>
<article>
<h2>30 dana</h2>
<h1>380€</h1>
<p>40% popusta za 4 osobe</p>
<div class="li">
<ul>
<li>Trosoban stan</li>
<li>TV</li>
<li>Klima</li>
<li>Pogled na more</li>
<li>Francuski ležaj<li>
<li>Kupatilo sa đakuzijem</li>
</ul>
</div>
<a class="dugme" href="rez.html" target="_blank" title="Rezervišite">Rezervišite odmah</a>
</article>
</section>
</main>
<footer>
<p>© Matija Davidović 2018/19</p>
<div id="mreze">
<a href="sitemap.xml" title="Sitemap" class="fas fa-sitemap"></a>
<a href="rss.xml" title="RSS" class="fas fa-rss"></a>
<a href="https://www.facebook.com/acidgoaset" title="Facebook" target="_blank" class="fab fa-facebook-f"></a>
<a href="https://www.instagram.com/davidovicc.9/?hl=sr"title="Instagram"target="_blank" class="fab fa-instagram"></a>
<a href="https://twitter.com/login"title="Twitter"target="_blank" class="fab fa-twitter"></a>
<a href="https://web.whatsapp.com/"title="Whatsapp"target="_blank" class="fab fa-whatsapp"></a>
</div>
<div class="cleaner">
</div>
</footer>
</div>
</body>
</html>