You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
618 B
26 lines
618 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="shortcut icon" type="image/png" href="/favicon.png?type=png" />
|
|
<title>{{ "Folk Tunes"|translate }} | {% block PageTitle %}{% endblock %}</title>
|
|
<link rel="stylesheet" href="/Static/CSS/Mapper.css">
|
|
<link rel="stylesheet" href="/Static/CSS/Themes/Light.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<div class="ErrorPageContainer">
|
|
<h1>{% block error_code %}{% endblock %}</h1>
|
|
<h2>{% block error_message %}{% endblock %}</h2>
|
|
|
|
<a class="Button" href="/">Back to Home</a>
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
</html>
|
|
|