From 07d28d9458bc3fc5424e4021035bf0c6d9364e9e Mon Sep 17 00:00:00 2001 From: Rhys Evans <EvansRM17@cardiff.ac.uk> Date: Thu, 30 Nov 2023 10:01:14 +0000 Subject: [PATCH] small changes to code lines in homePage.html --- src/main/resources/templates/towns/home/homePage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/towns/home/homePage.html b/src/main/resources/templates/towns/home/homePage.html index c0eb3564..c8a0cbb5 100644 --- a/src/main/resources/templates/towns/home/homePage.html +++ b/src/main/resources/templates/towns/home/homePage.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <title>Title</title> - <link rel="stylesheet" th:href="@{/css/homepageStyle.css}"> + <link rel="stylesheet" th:href="@{/css/homePageStyle.css}"> <link rel="stylesheet" th:href="@{/css/templatingstyle.css}"> </head> -- GitLab