-
Notifications
You must be signed in to change notification settings - Fork 0
/
5xx.html
58 lines (48 loc) · 1.84 KB
/
5xx.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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="author" content="Daniel Pavela">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="https://pavela.net/style.css">
</head>
<body class="dungeonCliMain">
<!-- <div class="bg-image" style="background-image: url('/icons/404.png');"></div> -->
<div class="solid_colour_title_red">
<h1>502 Bad Gateway</h1>
<h2>It's not just you.</h2>
</div>
<div class="main">
<br>
<br><br>
<h3 lang="en"> This server is offline or unreachable. This is a server-side issue on our side.</h3>
<h3 lang="en"> Wish to report this error? <a href="https://pavela.net/Daniel/index.html#contact"> Contact me to report this issue</a></h3>
<h3 lang="sk"> Tento server je offline alebo nedostupný. Problém je na našej strane.</h3>
<h3 lang="sk"> Chcete mi povedať o chybe? <a href="https://pavela.net/Daniel/index.html#contact"> Kontaktujte ma</a></h3>
<br><br><br>
<div lang="en">
<a class="button" href="https://status.pavela.net/"><b>Server status</b></a>
</div>
<div lang="sk">
<a class="button" href="https://status.pavela.net/"><b>Stav servera</b></a>
</div>
<div lang="en">
<a class="button" href="https://pavela.net"><b>Return to home</b></a>
</div>
<div lang="sk">
<a class="button" href="https://pavela.net"><b>Vrátiť naspäť</b></a>
</div>
<br><br><br><br><br><br>
<div class="footer">
<h3 lang="en">This site is open source!</h3>
<h3 lang="sk">Táto stránka je otvorený zdroj!</h3>
<a href="https://github.com/daniel071/pavela.net">
<img width="60" alt="Github logo" src="https://pavela.net/icons/github.png">
</a>
</div>
<script src="https://pavela.net/JavaScript/locale.js"></script>
</body>
</html>