This commit is contained in:
Aswin
2023-10-27 15:06:07 +05:30
parent a097c33af6
commit 089d5da06d
472 changed files with 113631 additions and 0 deletions

30
includes/head/head.php Normal file
View File

@@ -0,0 +1,30 @@
<head>
<title>Logisoft Technology Solutions</title>
<meta charset=utf-8>
<meta name="robots" content="index, follow">
<meta name="keywords" content="Logisoft Technology Solutions">
<meta name="description" content="Logisoft Technology Solutions">
<meta name="author" content="Fazul Ilahi">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- FAVICONS -->
<link rel="shortcut icon" href="images/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" href="images/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/favicon/mstile-150x150.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/favicon/android-chrome-192x192.png">
<!-- CSS -->
<!-- REVOSLIDER CSS SETTINGS -->
<link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.min.css" media="screen" />
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- GOOGLE FONT -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700%7COpen+Sans:400,300,700' rel='stylesheet' type='text/css'>
<!-- ICONS ELEGANT FONT & FONT AWESOME & LINEA ICONS -->
<link rel="stylesheet" href="css/icons-fonts.css">
<!-- CSS THEME -->
<link rel="stylesheet" href="css/style.css">
<!-- ANIMATE -->
<link rel='stylesheet' href="css/animate.min.css">
</head>