summaryrefslogtreecommitdiff
path: root/templates/error.jinja
blob: 60c185fe437115e78e528fe889bc622f68a36edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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" />
  </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>