diff --git a/head.php b/head.php index 9ee8f79..9d1473a 100644 --- a/head.php +++ b/head.php @@ -1,17 +1,7 @@ -isMobile(); - if($check){ - $css = "mobile.css"; - } else{ - $css = "index.css"; - } -?>