From d0f08ed8699a2eda867bdab7c89628132bf90a3e Mon Sep 17 00:00:00 2001 From: Willem Renes Date: Wed, 12 May 2021 00:32:14 +0200 Subject: adding the initial files --- templates/entry.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/entry.html (limited to 'templates/entry.html') diff --git a/templates/entry.html b/templates/entry.html new file mode 100644 index 0000000..c54a766 --- /dev/null +++ b/templates/entry.html @@ -0,0 +1,17 @@ +{% extends 'base.html' %} + +{% block body %} + +

{{ the_title }}

+ +
+ +

Use this form to submit a search request:

+ + +
Phrase:
Letters:
+

When you're ready, click this button:

+

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