From 709b66f29dd90097f10ed56475037605157e2220 Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Thu, 7 Dec 2023 18:45:05 +0000 Subject: [PATCH] added login --- src/main/resources/WorkWith/businesses.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/WorkWith/businesses.html b/src/main/resources/WorkWith/businesses.html index 4e1d1f30..32422f14 100644 --- a/src/main/resources/WorkWith/businesses.html +++ b/src/main/resources/WorkWith/businesses.html @@ -3,11 +3,14 @@ <head> <meta charset="UTF-8"> <title>Businesses</title> + <link rel="stylesheet" href="../static/css/templatingstyle.css"> </head> <body> <h1>Future Proof Businesses</h1> <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="local-auth-data.html" id="business">Login</a></button> </body> +<footer th:insert="~{/towns/Templating.html::footer}"></footer> </html> \ No newline at end of file -- GitLab