From 7b4f46044542e786da1631cf22d7992448d14478 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 28 Nov 2020 00:03:56 +0100 Subject: [PATCH] Created a success.html page --- src/main/resources/templates/success.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/templates/success.html diff --git a/src/main/resources/templates/success.html b/src/main/resources/templates/success.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/src/main/resources/templates/success.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file