From 5ae387de2d9a638ee3ba37509a24bdfb81d6b4f7 Mon Sep 17 00:00:00 2001 From: Liam Driscoll <driscolll4@cardiff.ac.uk> Date: Tue, 6 Dec 2022 10:48:34 +0000 Subject: [PATCH] CSS for Landing Page not referenced correctly. Fixing. --- static/landingpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/landingpage.html b/static/landingpage.html index b56e8fd..cc325be 100644 --- a/static/landingpage.html +++ b/static/landingpage.html @@ -31,7 +31,7 @@ <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap" rel="stylesheet"> - <link rel="stylesheet" href="landingstyle.css"> + <link rel="stylesheet" href="CSS/landingstyle.css"> <title>Tramshed Tech</title> <img id="tramshed" src="Media/tramshed.jpg"> <div class="bg-dark p-3"> -- GitLab