mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-26 21:32:03 +07:00
38 lines
2.4 KiB
PHP
38 lines
2.4 KiB
PHP
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title><?=full_title(getPageTitle());?></title>
|
|
|
|
<link rel="shortcut icon" href="https://dyzulk.me/dist/img/favicon.png" type="image/x-icon">
|
|
|
|
<!-- Google Font: Source Sans Pro -->
|
|
<link rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dyzcdn/fontawesome-pro-5.15.4@main/css/all.css">
|
|
<script src="https://cdn.jsdelivr.net/gh/dyzcdn/fontawesome-pro-5.15.4@main/js/pro.js"></script>
|
|
|
|
<!-- Ionicons -->
|
|
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
|
|
<!-- Tempusdominus Bootstrap 4 -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css">
|
|
<!-- iCheck -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/icheck-bootstrap/icheck-bootstrap.min.css">
|
|
<!-- JQVMap -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/jqvmap/jqvmap.min.css">
|
|
<!-- Theme style -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/dist/css/adminlte.min.css">
|
|
<!-- overlayScrollbars -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/overlayScrollbars/css/OverlayScrollbars.min.css">
|
|
<!-- Daterange picker -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/daterangepicker/daterangepicker.css">
|
|
<!-- summernote -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/summernote/summernote-bs4.min.css">
|
|
<link rel="shortcut icon" href="<?=base_url('vendor/')?>template/dist/img/favicon.png" type="image/x-icon">
|
|
<!-- DataTables -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/datatables-bs4/css/dataTables.bootstrap4.min.css">
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/datatables-responsive/css/responsive.bootstrap4.min.css">
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/datatables-buttons/css/buttons.bootstrap4.min.css">
|
|
<!-- SweetAlert2 -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/sweetalert2-theme-bootstrap-4/bootstrap-4.min.css">
|
|
<!-- Toastr -->
|
|
<link rel="stylesheet" href="<?=base_url('vendor/')?>template/plugins/toastr/toastr.min.css">
|