-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapa.html
59 lines (48 loc) · 1.39 KB
/
mapa.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
<!DOCTYPE html>
<html >
<head>
<title> Novi Pazar</title>
<link rel="stylesheet" type="text/css" href="sajt.css">
<meta charset="UTF-8">
</head>
<body>
<div>
<table>
<th colspan="6"><img src="slike/np1111.jpg" width="90%" height="200px"></th>
<div id="Hnav">
<tr colspan="2">
<th><a href="index.html"><img src="slike/ON.png"></a></th>
<th><a href="mapa.html"><img src="slike/mpp.png"></a></th>
<th><a href="kontakt.html"><img src="slike/k.png"></a></th>
</tr>
</table>
<hr>
</div>
<div id="Vnav">
<table style="width:15%">
<tr>
<td><a href="ogradu.html"><img src="slike/omgr.png"></a></td>
<td><a href="istorija.html"><img src="slike/is.png"></a></td>
<td><a href="saob.html"><img src="slike/s.png"></a></td>
<td><a href="mput.html"><img src="slike/mojap.png"></a></td>
<td><a href="mstud.html"><img src="slike/mojes.png"></a></td>
<td><a href="mpmp.html"><img src="slike/mojepip.png"></a></td>
<td><a href="msms.html"><img src="slike/mojisis.png"></a></td>
<td><a href="mhobi.html"><img src="slike/mojh.png"></a></td>
<th colspan="4" ><img src="slike/mapa.jpg" width="800px" style=margin-left:20% style=margin-right:10%></th>
</tr>
</table>
</div>
<hr>
<div id="footer">
<table>
<tr colspan="6">
<p>
Copyright By:Ajla Gudžević & Amina Dolićanin, 2018.godina
</p>
</tr>
</table>
</div>
</div>
</body>
</html>