From 8204c52479ae9ed95b126d97876ea18dd2e0ef26 Mon Sep 17 00:00:00 2001
From: Rhys Nute <nuterd@cardiff.ac.uk>
Date: Thu, 7 Dec 2023 18:47:04 +0000
Subject: [PATCH] added data form

---
 src/main/resources/WorkWith/business-data.html | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/main/resources/WorkWith/business-data.html

diff --git a/src/main/resources/WorkWith/business-data.html b/src/main/resources/WorkWith/business-data.html
new file mode 100644
index 00000000..5636d33f
--- /dev/null
+++ b/src/main/resources/WorkWith/business-data.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Businesses</title>
+</head>
+<body>
+
+</body>
+</html>
\ No newline at end of file
-- 
GitLab