From 94253d55dc546c0ccd8302320367d74b67016035 Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Sat, 9 Dec 2023 09:15:07 +0000 Subject: [PATCH] added database list --- src/main/resources/WorkWith/businesses.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/WorkWith/businesses.html b/src/main/resources/WorkWith/businesses.html index 6fd24d7b..f0fcf1a6 100644 --- a/src/main/resources/WorkWith/businesses.html +++ b/src/main/resources/WorkWith/businesses.html @@ -10,7 +10,10 @@ <h1>Compete with Online Retailers</h1> <h1>Drive Footfall to the high street</h1> <h1>Increase Sales</h1> -<p>Businesses please enter here</p><button><a href="businesses.html" id="business">Login</a></button> +<ul th:each="businesses:${business}"> + <li th:text="${businesses}"></li> +</ul> +<p>Businesses please enter here</p><button><a href="business-data.html" id="business">Login</a></button> </body> <footer th:insert="~{/towns/Templating.html::footer}"></footer> </html> \ No newline at end of file -- GitLab