-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.php
61 lines (61 loc) · 3.03 KB
/
head.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
/*
* Mouse Bound Source Code
* Copyright (C) 2015 Isaiah Marc Sanchez <isaiah.marc.sanchez@gmail.com> - All Rights Reserved.
*
* This file is proprietary and confidential.
*
* This file is property of Isaiah Marc Sanchez and is not meant to be distributed or duplicated, privately or publicly.
* Unauthorized distributing, duplicating, or using of this file, via any medium, is strictly prohibited and is
* in violation of Article 1, Section 1, Clause 8 of the United States Constitution and will be pursued.
*
* If you have authorized access to this code, please note it may contain private, important, and sensitive information
* that can never be shared or copied under any circumstances.
*
* This code is not licensed with the GNU Affero General Public License <http://www.gnu.org/licenses/agpl-3.0.html>
* or the MIT License <http://opensource.org/licenses/MIT>.
*
* This code is a heavily modified branch of the PHP Framework "Laravel" written by Taylor Otwell <taylorotwell@gmail.com>
* that was licensed with the MIT License.
*/
?>
<!DOCTYPE html>
<html>
<head>
<title><?=$pg2['meta-title']?></title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta charset="utf-8">
<meta name="author" content="Isaiah Marc Sanchez">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href="/assets/template/images/favicon.png">
<link rel="apple-touch-icon" href="/assets/template/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/template/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/template/images/apple-touch-icon-114x114.png">
<link rel="stylesheet" href="/assets/template/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/template/css/style.css">
<link rel="stylesheet" href="/assets/template/css/style-responsive.css">
<link rel="stylesheet" href="/assets/template/css/animate.min.css">
<link rel="stylesheet" href="/assets/template/css/vertical-rhythm.min.css">
<link rel="stylesheet" href="/assets/template/css/owl.carousel.css">
<link rel="stylesheet" href="/assets/template/css/magnific-popup.css">
<style>
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.small-module-ad #bottom_bar{display:none!important;}
.rc{text-transform:none!important;}
</style>
</head>
<body class="appear-animate">