From f70a82c33d32f02e1fea7889ea95e9a280b38513 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Tue, 15 Aug 2023 09:37:22 +0200 Subject: [PATCH] fix css --- public/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 989cba8..9da8b34 100644 --- a/public/index.html +++ b/public/index.html @@ -9,13 +9,11 @@ <title>CCCamp23</title> - <link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/album/"> - <!-- Bootstrap core CSS --> <link href="assets/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="assets/album.css" rel="stylesheet"> + <link href="assets/startpage.css" rel="stylesheet"> </head> <body> -- GitLab