Blame view

templates/500.html 180 Bytes
Bartłomiej Nitoń authored
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <title>Server Error</title>
    </head>
    <body>
        <h1>Sorry!</h1>
        <p>Sorry, the server has encountered an error.</p>
    </body>
</html>