diff options
author | JJ <nicetry@noemail.com> | 2025-03-31 21:08:41 +0100 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-31 21:08:41 +0100 |
commit | 2e0b9c97af457da5c6afda611d48e59047d4cdb8 (patch) | |
tree | 199d10037f790bcade2ac86f478c10da77bbc771 /templates/pages/about.html | |
parent | 17529f38f4b4edf7249e18418ddfcc3f818a006d (diff) |
Basic AI functionality
Diffstat (limited to 'templates/pages/about.html')
-rw-r--r-- | templates/pages/about.html | 9 |
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 %} |