diff --git a/src/main/resources/local-auth-data.html b/src/main/resources/local-auth-data.html index 17fbb0e04caecf82093e873774c824262f8430eb..96d85135648befa9df431c5ddb13c931ae0da3b1 100644 --- a/src/main/resources/local-auth-data.html +++ b/src/main/resources/local-auth-data.html @@ -3,8 +3,14 @@ <head> <meta charset="UTF-8"> <title>Local Authority</title> + <link rel="stylesheet" href="static/css/templatingstyle.css"> </head> <body> +<div id="container1"> + <form id="data"> + </form> +</div> </body> +<footer th:insert="~{/towns/Templating.html::footer}"></footer> </html> \ No newline at end of file