-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·50 lines (44 loc) · 2.16 KB
/
index.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Vojf</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="public/css/bootstrap.min.css">
<link rel="stylesheet" href="public/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="public/css/toastr.css">
<link rel="stylesheet" href="public/css/main.css">
</head>
<body>
<div ng-include="'app/template/navigation.html'"></div>
<div class="container padding-top-20">
<!-- View -->
<div ng-view></div>
</div>
<!--</div>-->
<footer class="footer navbar-fixed-bottom">
<div class="container">
<div class="logo-footer pull-right">
<a href="http://www.mizs.gov.si/">
<img src="public/img/footer1.png" alt="Ministrstvo za izobraževanje, znanost in šport" title="Ministrstvo za izobraževanje, znanost in šport">
</a>
<a href="http://www.sklad-kadri.si/">
<img src="public/img/footer2.png" alt="Javni sklad republike Slovenije za razvoj kadrov in štipendije" title="Javni sklad republike Slovenije za razvoj kadrov in štipendije">
</a>
<a href="http://www.uni-lj.si/">
<img src="public/img/footer3.png" alt="Univerza v Ljubljani" title="Univerza v Ljubljani">
</a>
<a href="http://www.eu-skladi.si/">
<img src="public/img/footer4.png" alt="EU" title="EU">
</a>
</div>
<p class="text-muted">© 2015 <a href="https://github.com/Roky994/Vojf">PKP Vizualizacija omrežij in javnih financ</a></p>
</div>
</footer>
<script data-main="app/main" src="app/vendor/require.js"></script>
</body>
</html>