23 lines
1.6 KiB
PHP
23 lines
1.6 KiB
PHP
<!-- Google font-->
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
<!-- Font Awesome-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/fontawesome.css">
|
|
<!-- ico-font-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/icofont.css">
|
|
<!-- Themify icon-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/themify.css">
|
|
<!-- Flag icon-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/flag-icon.css">
|
|
<!-- Feather icon-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/feather-icon.css">
|
|
<?php require_once("plugins.php") ?>
|
|
<!-- Bootstrap css-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/bootstrap.css">
|
|
<!-- App css-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/style.css">
|
|
<link id="color" rel="stylesheet" href="../assets/css/color-1.css" media="screen">
|
|
<!-- Responsive css-->
|
|
<link rel="stylesheet" type="text/css" href="../assets/css/responsive.css">
|