forked from jointakahe/takahe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
500.html
21 lines (21 loc) · 914 Bytes
/
500.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>Internal Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{% load static %}
<link rel="stylesheet" href="{% static "css/style.css" %}" type="text/css" media="screen" />
<link rel="stylesheet" href="{% static "fonts/raleway/raleway.css" %}" type="text/css" />
<link rel="stylesheet" href="{% static "fonts/font_awesome/all.min.css" %}" type="text/css" />
<link rel="shortcut icon" href="{{ config.site_icon }}">
</head>
<body>
<main>
<section class="markdown">
<h1 class="above">Internal Server Error</h1>
<p>The server encountered an error trying to process your request.</p>
</section>
</main>
</body>
</html>