From da500b4cba636d6bf21d208d1aae162f63df0a5a Mon Sep 17 00:00:00 2001 From: noraleonardd Date: Mon, 12 Oct 2020 10:38:36 -0400 Subject: [PATCH 1/2] Homepage made --- src/main/resources/templates/Homepage.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/resources/templates/Homepage.html diff --git a/src/main/resources/templates/Homepage.html b/src/main/resources/templates/Homepage.html new file mode 100644 index 0000000..3bc4508 --- /dev/null +++ b/src/main/resources/templates/Homepage.html @@ -0,0 +1,12 @@ + + + + + HNA Resources +

study guides, quizlets, and videos galore!

+ + + + + + From 7b0867a2408c24ea0b7954f5d8e21ad51947b8ac Mon Sep 17 00:00:00 2001 From: noraleonardd Date: Mon, 19 Oct 2020 07:38:10 -0700 Subject: [PATCH 2/2] English page template made! --- src/main/resources/templates/English.html | 10 ++++++++++ src/main/resources/templates/Homepage.html | 12 ------------ 2 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 src/main/resources/templates/English.html delete mode 100644 src/main/resources/templates/Homepage.html diff --git a/src/main/resources/templates/English.html b/src/main/resources/templates/English.html new file mode 100644 index 0000000..bcd98b5 --- /dev/null +++ b/src/main/resources/templates/English.html @@ -0,0 +1,10 @@ + + + + + English + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/Homepage.html b/src/main/resources/templates/Homepage.html deleted file mode 100644 index 3bc4508..0000000 --- a/src/main/resources/templates/Homepage.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - HNA Resources -

study guides, quizlets, and videos galore!

- - - - - -