2018-01-07 23:09:25 +00:00
|
|
|
<head>
|
|
|
|
<title>Ticketfrei</title>
|
|
|
|
<link rel='stylesheet' href='css/style.css'>
|
2018-03-16 08:51:10 +00:00
|
|
|
<meta name='og:title' content='Register - Ticketfrei'/>
|
|
|
|
<meta name='og:description' content='A bot against control society! Nobody should have to pay for public transport. Run it in your city!'/>
|
|
|
|
<meta name='og:image' content="https://ticketfrei.links-tech.org/static/img/ticketfrei-og-image.png"/>
|
|
|
|
<meta name='og:image:alt' content='Ticketfrei'/>
|
|
|
|
<meta name='og:type' content='website' />
|
2018-01-07 23:09:25 +00:00
|
|
|
</head>
|
2018-02-17 11:30:06 +00:00
|
|
|
<body>
|
2018-01-07 23:09:25 +00:00
|
|
|
<div class="area">
|
|
|
|
|
2018-02-16 16:46:43 +00:00
|
|
|
<h1><a href="/"><img src="/static/img/ticketfrei_logo.png" alt="Ticketfrei" height="150px" align="center" style="float: none;"></a></h1>
|
2018-01-07 23:09:25 +00:00
|
|
|
<form action="../register" method="post">
|
|
|
|
<div class="container">
|
|
|
|
<label><b>Email</b></label>
|
|
|
|
<input type="text" placeholder="Enter Email" name="email" required>
|
|
|
|
|
|
|
|
<label><b>Password</b></label>
|
|
|
|
<input type="password" placeholder="Enter Password" name="psw" required>
|
|
|
|
|
|
|
|
<label><b>Repeat Password</b></label>
|
|
|
|
<input type="password" placeholder="Repeat Password" name="psw-repeat" required>
|
|
|
|
<p>By creating an account you agree to our <a href="#">Terms & Privacy</a>.</p>
|
|
|
|
|
|
|
|
<div class="clearfix">
|
|
|
|
<button type="submit" class="signupbtn">Sign Up</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<div class=footer>
|
|
|
|
Contribute on <a href="https://github.com/b3yond/ticketfrei">GitHub!</a>
|
|
|
|
</div>
|
2018-02-17 11:30:06 +00:00
|
|
|
|
2018-01-07 23:09:25 +00:00
|
|
|
</div>
|
2018-02-17 11:30:06 +00:00
|
|
|
|
|
|
|
|
2018-01-07 23:09:25 +00:00
|
|
|
</body>
|