summaryrefslogtreecommitdiffstats
path: root/static/errors/500.htm
blob: db008fff8c43ff5088d11d3f97fa9d26d40ce521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>500: Internal Server Error</title>

    <link rel="stylesheet" href="/static/css/style.css">
  </head>
  <body>
    <div class="container">
      <div class="row">
        <h1>500 <em>Internal Server Error</em></h1>
        <img id="error-img" src="/static/images/500.jpg">
      </div>
    </div>
  </body>
</html>

<!-- vim: expandtab sw=2 ts=2
-->