-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
38 lines (36 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#212121">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<title>SloCode</title>
<!--jquery Import-->
<script src="../scripts/jquery/external/jquery/jquery-2.1.4.js"></script>
<script src="../scripts/jquery/jquery-ui.js"></script>
<script src="../scripts/login.js"></script>
<link href="../scripts/jquery/jquery-ui.css" rel="stylesheet">
<link rel="import" href="https://www.polymer-project.org/0.5/components/paper-ripple/paper-ripple.html">
<!--main scripts import-->
<script src="../scripts/site.php"></script>
<!--main styles import-->
<link rel="stylesheet" href="../styles/error/error.css">
<link rel="stylesheet" href="../styles/error/error-small.css">
</head>
<body>
<header>
</div>
<div class="toolbar">
<div class="title">SloCode</div>
<div id="sticky">
<br/>
<ul>
<li><a href="index.php">SLOCODE</a></li>
<li><a href="forum/index.php">FORUM</a></li>
</ul>
</div>
</div>
</header>
<div class="error">
Stran ni bila najdena
</div>