diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-01 10:17:30 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 43947c05fe2e913e203f6d110844e0cd2d393d24 (patch) | |
| tree | 68682c1e493416955c210e2697c02710efce7657 /templates/index.html.j2 | |
| parent | 17b87d65d351bfe2d209a55dab726e548bea4baa (diff) | |
Add an about text to landing page
Diffstat (limited to 'templates/index.html.j2')
| -rw-r--r-- | templates/index.html.j2 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index db458da..546a684 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -5,7 +5,7 @@ <form class="poll-form" action="/poll/create" method="post"> {% include "poll_info_table.html.j2" %} - <p>You can add options after submitting.</p> + <p>You can add time options as well as modify all settings after submitting.</p> <input class="green" type="submit" value="Create"> </form> @@ -18,4 +18,15 @@ </ul> {% endif %} +<br> +<br> +<div> + <h3>About diddle</h3> + <p><i>diddle</i> is a minimalist, mobile friendly, fast and self-hosted scheduling tool, + licensed under <a href="https://github.com/jantuomi/diddle/blob/main/LICENSE">Apache 2.0.</a> + </p> + <p> + Find <i>diddle</i> on <a href="https://github.com/jantuomi/diddle">GitHub</a>. © {{ now.year }} Jan Tuomi. All rights reserved. + </p> +</div> {% endblock %} |
