Remove redundant css link

Bug430-Eden2
Lan Hui 2023-07-31 16:08:30 +08:00
parent 244af4c11b
commit e455355da1
1 changed files with 1 additions and 2 deletions

View File

@ -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>
</script>