-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotavailable.html
42 lines (39 loc) · 1.21 KB
/
notavailable.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
<!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>
</header>
<paper-ripple></paper-ripple>
<div class="notavailable">
<div class="error">
Stran trenutno ni dosegljiva.
</div>
<br>
<div class="error mini">
<div class="itsnotyou">
It's not you, it's us ;)
</div>
<div class="fixingit">
Napako odpravljamo. Kmalu, bo ponovno na voljo.
</div></div></div>
<div class="slocode">
<h1>SLOcode</h1>
</div>