aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/error/500.ftlh
blob: a8d7693ca4cbf759922235173a5b7374cdf43f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>500</title>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link href="/stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
  </head>
  <body>
    To have no errors<br/>
    Would be life without meaning<br/>
    No struggle, no joy
  </body>
</html>