From cbe2b97ce6b978b3501e8f30ae82c842e370cd4b Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Thu, 7 Dec 2023 11:48:18 +0000 Subject: [PATCH] updated towns page --- src/main/resources/WorkWith/businesses.html | 1 + src/main/resources/WorkWith/towns.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/main/resources/WorkWith/businesses.html b/src/main/resources/WorkWith/businesses.html index 5636d33f..23d7590f 100644 --- a/src/main/resources/WorkWith/businesses.html +++ b/src/main/resources/WorkWith/businesses.html @@ -6,5 +6,6 @@ </head> <body> + </body> </html> \ No newline at end of file diff --git a/src/main/resources/WorkWith/towns.html b/src/main/resources/WorkWith/towns.html index 8f27a175..bdba7c43 100644 --- a/src/main/resources/WorkWith/towns.html +++ b/src/main/resources/WorkWith/towns.html @@ -5,6 +5,10 @@ <title>Towns</title> </head> <body> +<h1>Developing a Thriving Town</h1> +<h1>Supporting Local Businesses</h1> +<h1>Empowering Community Spirit</h1> +<h1>Creating the towns Identity</h1> </body> </html> \ No newline at end of file -- GitLab