aboutsummaryrefslogtreecommitdiff
path: root/templates/pages/about.html
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-31 21:08:41 +0100
committerJJ <nicetry@noemail.com>2025-03-31 21:08:41 +0100
commit2e0b9c97af457da5c6afda611d48e59047d4cdb8 (patch)
tree199d10037f790bcade2ac86f478c10da77bbc771 /templates/pages/about.html
parent17529f38f4b4edf7249e18418ddfcc3f818a006d (diff)
Basic AI functionality
Diffstat (limited to 'templates/pages/about.html')
-rw-r--r--templates/pages/about.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/pages/about.html b/templates/pages/about.html
index d719941..7aefc54 100644
--- a/templates/pages/about.html
+++ b/templates/pages/about.html
@@ -17,4 +17,13 @@ heading %}
Yoast SEO Schema. If you have other websites that you would like us to index,
then reach out <a href="/contact">here.</a>
</p>
+
+<h2>Instructions</h2>
+
+<p>Using the website is very simple. Once you login go to <a href="/home>recipes</a>, this is your homepage. In the input box add URLs for your favourite recipes.</p>
+
+<p>URLs must be valid. E.g:</p>
+
+<p><strong class="error">bad: </strong>www.example.com/awesome-recipe</p>
+<p><strong class="success">good: </strong>https://www.example.com/awesome-recipes</p>
{% endblock %}