-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.php
22 lines (20 loc) · 1.08 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
<?php header("Cache-Control: max-age=86400, must-revalidate"); //1 day?>
<meta http-equiv="Content-Type" content="text/HTML; charset=UTF-8"/>
<link rel="icon" type="image/ico" href="/positive/images/favicon.ico">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="/positive/css/bootstrap/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="/positive/js/jquery/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="/positive/css/bootstrap/js/bootstrap.min.js"></script>
<!-- mask -->
<script src="/positive/js/jquery/mask.js"></script>
<!-- jasny -->
<!-- <link rel="stylesheet" href="/positive/css/jasny/css/jasny-bootstrap.min.css"> -->
<!-- <script src="/positive/css/jasny/js/jasny-bootstrap.min.js"></script> -->
<link rel="stylesheet" href="/positive/js/jquery-ui/jquery-ui.min.css">
<script src="/positive/js/jquery-ui/jquery-ui.min.js"></script>
<link rel="stylesheet" href="/positive/css/main.css">
<script src="/positive/js/main.js"></script>
<script src="/positive/js/cookie.js"></script>
<?php date_default_timezone_set('Europe/Istanbul');?>