mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 21:07:58 +01:00
14 lines
314 B
HTML
14 lines
314 B
HTML
|
<!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>
|