summaryrefslogtreecommitdiff
path: root/templates/error.jinja
blob: f631f0fe91959cb86434b2fcbd27194f46dda733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head>
    <title>CS:GO Lobbylinkfinder</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="static/style.css" />
    <link rel="icon" type="image/png" href="static/favicon.png" />
  </head>
  <body>
    <div class="error">
      <h4>Es ist ein Fehler aufgetreten!</h4>
      <pre>{{ error }}</pre>
      <a href="javascript:window.history.back();" class="joinbutton">Zur&uuml;ck</a>
      <a href="/" class="joinbutton">Zur Startseite</a>
    </div>
  </body>
</html>