500 and 503 error added
This commit is contained in:
parent
b8a12ba81a
commit
0403bda138
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>500</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"/>
|
||||
</head>
|
||||
<body class="nginx-error">
|
||||
|
||||
<h1>500</h1>
|
||||
<p>Internal Server Error</p>
|
||||
<p>Well, sorry, I'm sure the thought of browsing this webpage got you pretty excited but you'll have to come back later I guess...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/css/style.css"/>
|
||||
</head>
|
||||
<body class="nginx-error">
|
||||
|
||||
<h1>503</h1>
|
||||
<p>Service Unavailable</p>
|
||||
<p>Well, sorry, I'm sure the thought of browsing this webpage got you pretty excited but you'll have to come back later I guess...</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue