Fixed one issue with them, and added just a little bit of CSS to make it nicer.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="error">
|
||||
<h1>401!</h1>
|
||||
<h2>401 - Unauthorized</h2>
|
||||
<h2><a href="/index.html">Return to the index!</a></h2>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="error">
|
||||
<h1>403!</h1>
|
||||
<h2>403 - Forbidden</h2>
|
||||
<h2><a href="/index.html">Return to the index!</a></h2>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="error">
|
||||
<h1>404!</h1>
|
||||
<h2>404 - Page not found</h2>
|
||||
<h2><a href="/index.html">Return to the index!</a></h2>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="error">
|
||||
<h1>500!</h1>
|
||||
<h2>500 - Internal Server Error</h2>
|
||||
<h2><a href="/index.html">Return to the index!</a></h2>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="error">
|
||||
<h1>502!</h1>
|
||||
<h2>502 - Bad gateway</h2>
|
||||
<h2><a href="/index.html">Return to the index!</a></h2>
|
||||
|
||||
Reference in New Issue
Block a user