-
Notifications
You must be signed in to change notification settings - Fork 0
/
500.html
37 lines (37 loc) · 1.65 KB
/
500.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
<!DOCTYPE html>
<html>
<head>
<title>DSME - 500 Internal Server Error</title>
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<link href="css/fontawesome.min.css" rel="stylesheet">
<link href="css/brands.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<script type="text/javascript" colseed="7652" size="250" alpha='0.5' zIndex="-2" src="js/ribbon.min.js"></script>
<div class="unselectable" id="centered-horizontal">
<div id="centered-vertical">
<div id="error-code">
<span>Code</span> <span id="error-number">500</span>
<div id="error-name">Internal<br>Server Error</div>
</div>
<div id="sticker">
<img width=259px height=224px; px src="stickers/500.png">
</div>
<div id="error-description">
The server encountered an unexpected condition which prevented it from fulfilling the request.
</div>
</div>
</div>
<div class="unselectable" id="footer">
<div id="copyright">Menhera Error Pages by <a href="https://taskbjorn.com">taskbjorn</a>. Source code available on <i class="fab fa-github-square"></i> <a href="https://github.com/taskbjorn/error-pages">GitHub</a>.</div>
</div>
</body>
</html>