-
Notifications
You must be signed in to change notification settings - Fork 0
/
500.php
executable file
·49 lines (44 loc) · 1.51 KB
/
500.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="statics/css/bootstrap.css">
<link rel="stylesheet" href="statics/css/custom.css">
</head>
<body>
<div class="container">
<!-- Jumbotron -->
<div class="jumbotron">
<h1><span class="glyphicon glyphicon-fire red"></span> 24pill-code | 500</h1>
<p class="lead">The web server is returning an internal error for <em><span
id="display-domain"></span></em>.</p>
<a href="javascript:document.location.reload(true);" class="btn btn-default btn-lg text-center"><span
class="green">Try This Page Again</span></a>
</div>
</div>
<div class="container">
<div class="body-content">
<div class="row">
<div class="col-md-6">
<h2>What happened?</h2>
<p class="lead">A 500 error status implies there is a problem with the web server's software causing
it to
malfunction.</p>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site visitor</p>
<p> Nothing you can do at the moment. If you need immediate assistance, please send us an email
instead. We
apologize for any inconvenience.</p>
<p class="lead">If you're the site owner</p>
<p>This error can only be fixed by server admins, please contact your website provider.</p>
</div>
</div>
</div>
</div>
</body>
</html>