Skip to content
Snippets Groups Projects
Commit 94253d55 authored by Rhys Nute's avatar Rhys Nute
Browse files

added database list

parent 682e3964
No related branches found
No related tags found
2 merge requests!38Draft: Businesses,!31Resolve "As a user, I want to see a page of local authorities so that I can easily source contact details for a variety of different local authorities."
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment