From 5b47f68c6102492d995f2b66ef8b41d151fa1605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihae=C4=BCs=20Mejerovs?= Date: Thu, 23 May 2024 08:26:00 +0000 Subject: [PATCH] Upload files to "/" --- thank_you.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 thank_you.html diff --git a/thank_you.html b/thank_you.html new file mode 100644 index 0000000..571e4e1 --- /dev/null +++ b/thank_you.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% block title %}Login{% endblock %} + + + + + Login + + + + + + {% block content %} +

{{ name }} + {{ email }} + {{ message }}

+ + {% endblock %} + \ No newline at end of file