Remove redundant css link
parent
244af4c11b
commit
e455355da1
|
@ -21,7 +21,6 @@ if (mysqli_connect_errno()) {
|
||||||
|
|
||||||
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
<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="./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
|
<!-- *this css file can be used across all the websites
|
||||||
and any new css class can be added there.
|
and any new css class can be added there.
|
||||||
* The reason is to make the css code reusable.
|
* The reason is to make the css code reusable.
|
||||||
|
|
Loading…
Reference in New Issue