2019-08-29 01:15:47 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>FediBooks</title>
|
|
|
|
{% include 'imports.html' %}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="thin centred">Welcome!</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
2019-08-29 01:21:45 +00:00
|
|
|
<p class="centred">
|
|
|
|
<a class="button btn-primary btn-large" href="/login"><i class="fas fa-sign-in-alt"></i> Log in</a>
|
|
|
|
<br>
|
|
|
|
Log in to your existing account.
|
|
|
|
</p>
|
2019-08-29 01:15:47 +00:00
|
|
|
|
2019-08-29 01:21:45 +00:00
|
|
|
<p class="centred">
|
|
|
|
<a class="button btn-primary btn-large" href="/signup"><i class="fas fa-user-plus"></i> Sign up</a>
|
|
|
|
<br>
|
|
|
|
Create a new account.
|
|
|
|
</p>
|
2019-08-29 01:15:47 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include 'footer.html' %}
|
|
|
|
</body>
|
|
|
|
</html>
|