-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathheader_h.php
More file actions
45 lines (31 loc) · 1.7 KB
/
header_h.php
File metadata and controls
45 lines (31 loc) · 1.7 KB
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
<?php include_once 'config/config.php'; ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<title>Welcome To | Online Employee Payroll Management System</title>
<!-- Favicon-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- Bootstrap Core Css -->
<link href="<?=ADMIN_URL?>assets/css/bootstrap.css" rel="stylesheet">
<!-- Waves Effect Css -->
<link href="<?=ADMIN_URL?>assets/css/waves.css" rel="stylesheet" />
<!-- Animation Css -->
<link href="<?=ADMIN_URL?>assets/css/animate.css" rel="stylesheet" />
<!-- Morris Chart Css-->
<link href="<?=ADMIN_URL?>assets/morris.css" rel="stylesheet" />
<!-- Custom Css -->
<link href="<?=ADMIN_URL?>assets/css/style.css" rel="stylesheet">
<!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
<link href="<?=ADMIN_URL?>assets/css/themes/theme-blue.css" rel="stylesheet" />
<!--for tables -->
<link href="<?=ADMIN_URL?>assets/css/dataTables.bootstrap.css" rel="stylesheet" />
<link href="<?=ADMIN_URL?>assets/css/dataTables.bootstrap.min.css" rel="stylesheet" />
<link href="<?=ADMIN_URL?>assets/css/bootstrap-material-datetimepicker.css" rel="stylesheet" />
</head>
<body class="theme-blue" bgcolor="#03A9F4">