<head>
  <title>Ticketfrei</title>
  <link rel='stylesheet' href='/static/css/style.css'>
</head>
<body style="background-image: url(/static/img/wallpaper.png)">
    <div class="area">
        <h1><a href="https://ticketfrei.links-tech.org"><img src="/static/img/ticketfrei_logo.png" alt="Ticketfrei" height="150px" align="center" style="float: none;"></a></h1>

        # Is the user logged in? else, complain & show nothing.

        <div class=footer>
            Contribute on <a href="https://github.com/b3yond/ticketfrei">GitHub!</a>
        </div>
    </div>
<!--<div class="background" style="background-image: url(static/img/bg_right.jpg)"></div>-->
</body>