-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhead.php
37 lines (34 loc) · 1.35 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
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="General Services Office Building System">
<meta name="author" content="Rhalp Darren R. Cabrera / Omar Raouf A. Daud">
<link rel="shortcut icon" href="img/logo.png">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- bootstrap theme -->
<link href="css/bootstrap-theme.css" rel="stylesheet">
<!--external css-->
<!-- font icon -->
<link href="css/elegant-icons-style.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
<link href="css/dataTables.bootstrap.min.css" rel="stylesheet">
<script src="js/Chart.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<script src="js/lte-ie7.js"></script>
<![endif]-->
<style type="text/css">
.dataTables_filter{
font-family: lato;
}
.dataTables_filter > label > input{
padding: 5px 20px;
margin: 8px 0;
box-sizing: border-box;
}
</style>