poll.horse/frontend/errors/404.html

14 lines
314 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ TITLE }}</title>
<link rel="stylesheet" href="/static/main.css">
</head>
<body>
<h1>Page not found</h1>
<h2>Server Error 404</h2>
</body>
</html>