2018-08-11 15:19:12 +00:00
<!DOCTYPE html>
<html lang="en">
2018-03-22 01:23:31 +00:00
<head>
<title>Ticketfrei - { { get ( 'title' , 'A bot against control society!' ) } } </title>
<meta name='og:title' content='Ticketfrei'/>
<meta name='og:description' content='A bot against control society! Nobody should have to pay for public transport. Find out where ticket controllers are!'/>
2018-04-15 20:41:33 +00:00
<meta name='og:image' content="https://ticketfrei.links-tech.org/static/img/ticketfrei-og-image.jpg"/>
2018-03-22 01:23:31 +00:00
<meta name='og:image:alt' content='Ticketfrei'/>
<meta name='og:type' content='website' />
<link rel='stylesheet' href='/static/css/style.css'>
2018-04-26 19:00:29 +00:00
<link rel="stylesheet" href="/static/jquery-ui-1.12.1/jquery-ui.min.css">
<script src="/static/js/jquery-3.3.1.min.js"></script>
<script src="/static/jquery-ui-1.12.1/jquery-ui.min.js"></script>
2018-03-22 01:23:31 +00:00
</head>
<body>
<div id="content">
2018-03-22 10:22:28 +00:00
<a href="/"><img src="/static/img/ticketfrei_logo.png" alt="<h1>Ticketfrei</h1>" id="logo"></a>
2018-04-26 21:48:26 +00:00
{ { get ( 'title' , '' ) } }
2018-03-22 01:23:31 +00:00
% if defined('error'):
<div class="ui-widget">
<div class="ui-state-error ui-corner-all" style="padding: 0.7em;">
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> { { error } } </p>
</div>
</div>
% end
{ { ! base } }
<p>Contribute on <a href="https://github.com/b3yond/ticketfrei">GitHub!</a></p>
</div>
</body>
2018-08-11 15:19:12 +00:00
</html>