mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-01 06:08:59 +00:00
19 lines
399 B
HTML
19 lines
399 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>FediBooks</title>
|
|
{% include 'imports.html' %}
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container centred light">
|
|
<h1 class="thin centred">Coming soon!</h1>
|
|
<div class="coming-soon"></div>
|
|
<br>
|
|
<a href="/" class="button btn-primary large"><i class="fas fa-home"></i> Home</a>
|
|
</div>
|
|
|
|
{% include 'footer.html' %}
|
|
</body>
|
|
</html>
|