From e455355da1192d901558f354b2d29b6fe14dd1ec Mon Sep 17 00:00:00 2001 From: Lan Hui <lanhui@zjnu.edu.cn> Date: Mon, 31 Jul 2023 16:08:30 +0800 Subject: [PATCH] Remove redundant css link --- Header.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Header.php b/Header.php index 63ad2ce..70f93e3 100644 --- a/Header.php +++ b/Header.php @@ -21,7 +21,6 @@ if (mysqli_connect_errno()) { <link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="./font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> - <link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- *this css file can be used across all the websites and any new css class can be added there. * The reason is to make the css code reusable. @@ -174,4 +173,4 @@ if (mysqli_connect_errno()) { } window.location.href = "\Script.php\?action=statuschange&uid=" + id + "&status=" + status; } - </script> \ No newline at end of file + </script>