Skip to content
Snippets Groups Projects

Draft: Towns

Closed Rhys Nute requested to merge towns into main
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Local Authorities</title>
<link rel="stylesheet" th:href="@{/css/templatingstyle.css}">
</head>
<header th:insert="~{/towns/Templating.html::header}"></header>
<body>
<h1>Local Authorities</h1>
<footer th:insert="~{/towns/Templating.html::footer}"></footer>
</body>
</html>
\ No newline at end of file
Loading