From 84b036b926d90b52956350d99b3a070b3dd1d7ac Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:53:53 +0000 Subject: first commit --- templates/pages/landing.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/pages/landing.html (limited to 'templates/pages/landing.html') 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 %} +
+

index.recipes

+

+ Welcome. Index.recipes is your own personal recipe database that gets rids + of all the noise and bloat of modern recipe sites. +

+

+ You can add URLs for your favourite recipes and your own personal searchable + recipe database will be created. +

+

Cheers 🍻

+
+{% endblock %} -- cgit v1.2.3