forked from ticketfrei/ticketfrei
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<head>
|
|
<title>Ticketfrei</title>
|
|
<link rel='stylesheet' href='css/style.css'>
|
|
</head>
|
|
<body style="background-image: url(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>
|
|
<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>
|
|
</div>
|
|
</body> |