-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
34 lines (30 loc) · 1.78 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
$sitename = "DsxUP";
if (empty($name)) {
$title = $sitename.' | Google Drive File Downloader';
} else {
$title = $name.' | '.$sitename;
}
?><!DOCTYPE html><html><head><title><?= $title ?></title>
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="<?= $title ?>" />
<meta name="keywords" content="link, file, protector" />
<meta name="author" content="SAM" />
<meta name="theme-color" content="#2b506e" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta property="og:title" content="<?= $title ?>" />
<meta property="og:type" content="website" />
<meta property="og:description" content="<?= $title ?>" />
<meta property="og:url" content="<?= 'https://'.$_SERVER['SERVER_NAME']; ?>" />
<link rel="icon" type="image/x-icon" href="https://sb-admin-pro.startbootstrap.com/assets/img/favicon.png" />
<meta property="og:image" content="https://sb-admin-pro.startbootstrap.com/assets/img/favicon.png" />
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/assets/fonts/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/style.css" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style> #text-url{width:80%;} #av-btn{margin-left:10%;} @media (max-width: 700px) { #text-url{width:100%;} #av-btn{margin-left:0%;} } </style>
</head>
<body class="bg-light">
<div class="navbar-filmy"><div class="logo" align="center"><a href="/">
<?= $sitename ?></a></div><div class="userplus" align="center">
<a class="btnplus " href="/"><i class="fa fa-home"></i> Home</a></div></div>