From 60a2469879856116fa30f9f7048ca4b3089b3956 Mon Sep 17 00:00:00 2001
From: Rhys Nute <nuterd@cardiff.ac.uk>
Date: Thu, 7 Dec 2023 18:51:45 +0000
Subject: [PATCH] Added login and data form
---
src/main/resources/WorkWith/towns-data.html | 10 ++++++++++
src/main/resources/WorkWith/towns.html | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 src/main/resources/WorkWith/towns-data.html
diff --git a/src/main/resources/WorkWith/towns-data.html b/src/main/resources/WorkWith/towns-data.html
new file mode 100644
index 00000000..8f27a175
--- /dev/null
+++ b/src/main/resources/WorkWith/towns-data.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Towns</title>
+</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 bdba7c43..bc24b2b7 100644
--- a/src/main/resources/WorkWith/towns.html
+++ b/src/main/resources/WorkWith/towns.html
@@ -3,12 +3,14 @@
<head>
<meta charset="UTF-8">
<title>Towns</title>
+ <link rel="stylesheet" href="../static/css/templatingstyle.css">
</head>
<body>
<h1>Developing a Thriving Town</h1>
<h1>Supporting Local Businesses</h1>
<h1>Empowering Community Spirit</h1>
<h1>Creating the towns Identity</h1>
-
+<p>Towns please enter here</p><button><a href="towns-data.html" id="business">Login</a></button>
</body>
+<footer th:insert="~{/towns/Templating.html::footer}"></footer>
</html>
\ No newline at end of file
--
GitLab