2021-12-17 18:09:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
2021-12-19 09:17:04 +00:00
|
|
|
<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>404 | Emacs User Survey</title>
|
|
|
|
<link href="/css/style.css" rel="stylesheet">
|
|
|
|
</head>
|
2021-12-17 18:09:25 +00:00
|
|
|
|
2021-12-19 09:17:04 +00:00
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<hgroup>
|
|
|
|
<h1>404 Page Not Found</h1>
|
|
|
|
<h2>Sorry, we cannot find <code><error_message/></code></h2>
|
|
|
|
</hgroup>
|
|
|
|
</header>
|
2021-12-17 18:09:25 +00:00
|
|
|
|
2021-12-19 09:17:04 +00:00
|
|
|
<main>
|
|
|
|
<a href="/" role="button">Homepage</a>
|
|
|
|
</main>
|
2021-12-17 18:09:25 +00:00
|
|
|
|
2021-12-19 09:17:04 +00:00
|
|
|
<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>
|
2021-12-17 18:09:25 +00:00
|
|
|
|
2021-12-19 09:17:04 +00:00
|
|
|
</body>
|
2021-12-17 18:09:25 +00:00
|
|
|
|
|
|
|
</html>
|