aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/landing.html
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-19 14:53:53 +0000
committerJJ <nicetry@noemail.com>2025-03-19 14:53:53 +0000
commit84b036b926d90b52956350d99b3a070b3dd1d7ac (patch)
treef7e40a6ef8f0eb56136340f9638dd6a17b5366e1 /templates/pages/landing.html
first commit
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 %}