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

sorted issues

parent 4dc412e1
No related branches found
No related tags found
1 merge request!39Draft: Towns
......@@ -3,17 +3,15 @@
<head>
<meta charset="UTF-8">
<title>Towns</title>
<link rel="stylesheet" href="../static/css/templatingstyle.css">
<link rel="stylesheet" th:href="@{css\templatingstyle.css}">
</head>
<header th:insert="~{/towns/Templating.html::header}"></header>
<body>
<h3>Developing a Thriving Town</h3>
<h3>Supporting Local Businesses</h3>
<p>Giving local businesses a voice in the community</p>
<h3>Empowering Community Spirit</h3>
<h3>Creating the towns Identity</h3>
<div>
<ul th:each="towns:${addTown}">
<ul th:each="towns:${towns}">
<li th:text="${towns}"></li>
</ul>
</div>
......
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