aboutsummaryrefslogtreecommitdiffstats
path: root/templates/500.html
blob: 0f2f44818aa38cb383f3c9f6f5ed733bde662eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Internal server error</title>
</head>

<body>
<h1>Internal server error</h1>

<p>Something went wrong. The error has been logged, please check back later.</p>
</body>
</html>