ticketfrei/static/bot.html

16 lines
577 B
HTML

<head>
<title>Ticketfrei</title>
<link rel='stylesheet' href='/static/css/style.css'>
</head>
<body>
<div class="area">
<h1><a href="/"><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>