We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2784a2 commit 2045aadCopy full SHA for 2045aad
404.md
@@ -1,6 +1,6 @@
1
---
2
layout: new-layouts/base
3
-title: Internal Server Error
+title: Not Found
4
permalink: /404.html
5
6
500.md
@@ -4,7 +4,9 @@ title: Internal Server Error
permalink: /500.html
7
-<section class="section">
8
- <h1>Internal Server Error</h1>
9
- The server encountered an error and was unable to complete your request.
+<section id="exception">
+ <div class="content">
+ <h1>Internal Server Error</h1>
10
+ <p>The server encountered an error and was unable to complete your request.</p>
11
+ </div>
12
</section>
0 commit comments