-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathend.html
More file actions
52 lines (52 loc) · 1.68 KB
/
end.html
File metadata and controls
52 lines (52 loc) · 1.68 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
<!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 id="rez">
<div id="kraj">
<h1>Uspešno ste rezervisali!</h1>
<h3>Očekujemo vas uskoro</h3>
</div>
</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>