emacs-survey/public/error-500.html

49 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>500 | Emacs User Survey</title>
<link href="/css/style.css" rel="stylesheet">
</head>
<body>
<header>
<hgroup>
<h1>500 Internal Server Error</h1>
<h2>
<code>
<error_description/>
</code>
</h2>
</hgroup>
<hr />
</header>
<main>
<section>
<a href="/" role="button">Go Home</a>
</section>
<section>
<details>
<summary>Diagnostic information</summary>
<pre>
<code class="language-julia">
<error_message/>
</code>
</pre>
</details>
</section>
</main>
<footer>
This work is licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0 License</a>
</footer>
</body>
</html>