Skip to content
Snippets Groups Projects
Commit 02cc91de authored by Connor Brock's avatar Connor Brock
Browse files

Fixed issues with Templating issues to quickly push forward before Client meeting tommorow.

parent 19ca6aeb
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."
<!DOCTYPE html>
<html lang="en">
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Businesses</title>
<link rel="stylesheet" th:href="@{css/landmarkFormStyle.css}">
<link rel="stylesheet" th:href="@{css/templatingstyle.css}">
</head>
<header th:insert="~{/towns/Templating.html::header}"></header>
<header th:insert="fragments/Templating.html :: header"></header>
<body>
<p>A business is an organised establishment in a professional manner in order to achieve your particular aim for owning a business.</p>
<h3>Future Proof Businesses</h3>
......@@ -18,5 +19,5 @@
</ul>
<button><a href="/businessSub" id="business">Businesses please enter here</a></button>
</body>
<footer th:insert="~{/towns/Templating.html::footer}"></footer>
<div th:insert="fragments/Templating.html :: footer"></div>
</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