From aaf1c40d86d8382040ff08ea3ad7b54809a624ff Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 22 May 2022 11:40:12 -0600 Subject: added flask templates --- templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..402675e --- /dev/null +++ b/templates/index.html @@ -0,0 +1,12 @@ +{% extends 'base.html' %} + +{% block content %} +

{% block title %} Home {% endblock %}

+
+
+

Enter Movie Title:

+

+
+
+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3