-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
109 lines (72 loc) · 2.74 KB
/
404.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
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
107
108
109
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Your description">
<meta name="author" content="Ana Hašpl">
<meta name="generator" content="Hugo 0.55.0-DEV" />
<title>404 Page not found · Ana Hašpl website</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="https://dfilipovic39.github.io/css/main.css"/>
<!-- Custom Fonts -->
<link href="https://dfilipovic39.github.io/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="https://dfilipovic39.github.io/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://dfilipovic39.github.io/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/html5shiv.jsrespond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="https://dfilipovic39.github.io/" class="logo"><strong>Ana Hašpl</strong> <span>info stranice</span></a>
<nav>
<a href="#menu">Izbornik</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="https://dfilipovic39.github.io/">Početna</a></li>
</ul>
<ul class="actions vertical">
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Stranica nije pronađena</h1>
<p>Molim, kliknite <a href="/">ovdje</a></p>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
</ul>
<ul class="copyright">
<li>© Ana Hašpl</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<!-- Scripts -->
<!-- jQuery -->
<script src="https://dfilipovic39.github.io/js/jquery.min.js"></script>
<script src="https://dfilipovic39.github.io/js/jquery.scrolly.min.js"></script>
<script src="https://dfilipovic39.github.io/js/jquery.scrollex.min.js"></script>
<script src="https://dfilipovic39.github.io/js/skel.min.js"></script>
<script src="https://dfilipovic39.github.io/js/util.js"></script>
<!-- Main JS -->
<script src="https://dfilipovic39.github.io/js/main.js"></script>
</body>
</html>