Файл: hashtag.io-2629a1a4ea078149b002e45e2e12bb946062c2b8/includes/header.php
Строк: 45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title><?php echo $title; ?></title>
<meta name="keywords" content="<?php echo $keywords; ?>">
<meta name="description" content="<?php echo $desc; ?>">
<meta name="author" content="Hashtag, Subhajit Mondal">
<meta name="google" value="notranslate">
<link rel="icon" href="<?php echo DIR; ?>/images/favicon/favicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css?family=Arima+Madurai" rel="stylesheet"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="<?php echo DIR; ?>/public/css/perfectScrollbar.css">
<link rel="stylesheet" href="<?php echo DIR; ?>/public/css/animate.css">
<link rel="stylesheet" href="<?php echo DIR; ?>/public/css/master.css">
<script type="text/javascript" src="<?php echo DIR; ?>/public/js/jquery-3.1.1.min.js"></script>
</head>