aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/landing.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/landing.html')
-rw-r--r--templates/pages/landing.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/pages/landing.html b/templates/pages/landing.html
new file mode 100644
index 0000000..d6697c8
--- /dev/null
+++ b/templates/pages/landing.html
@@ -0,0 +1,15 @@
+{% extends "base.html" %} {% block title %} welcome 👋{% endblock %} {% block
+heading %}{% endblock %} {% block content %}
+<main>
+ <h1>index.recipes</h1>
+ <p>
+ Welcome. Index.recipes is your own personal recipe database that gets rids
+ of all the noise and bloat of modern recipe sites.
+ </p>
+ <p>
+ You can add URLs for your favourite recipes and your own personal searchable
+ recipe database will be created.
+ </p>
+ <p>Cheers 🍻</p>
+</main>
+{% endblock %}