emacs-survey/public/error-xxx.html

38 lines
800 B
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><error_info/> | Emacs User Survey</title>
<link href="/css/style.css" rel="stylesheet">
</head>
<body>
<header>
<hgroup>
<h1><error_info/></h1>
<h2>
<code>
<error_description/>
</code>
</h2>
</hgroup>
</header>
<main>
<a href="/">
<button class="contrast">Homepage</button>
</a>
</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>