mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 16:48:58 +00:00
forgot to commit this
This commit is contained in:
parent
bf7571eba1
commit
494c1d8960
1 changed files with 19 additions and 0 deletions
19
templates/coming_soon.html
Normal file
19
templates/coming_soon.html
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<!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>
|
Loading…
Reference in a new issue