first commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title><?= $title ?></title>
|
||||
|
||||
<!-- 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="<?= base_url(); ?>assets/template/plugins/fontawesome-free/css/all.min.css"/>
|
||||
|
||||
<!-- 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(); ?>assets/template/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css"/>
|
||||
|
||||
<!-- Select2 -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/select2/css/select2.min.css">
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css">
|
||||
|
||||
<!-- iCheck -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/icheck-bootstrap/icheck-bootstrap.min.css"/>
|
||||
|
||||
<!-- JQVMap -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/jqvmap/jqvmap.min.css"/>
|
||||
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/dist/css/adminlte.min.css"/>
|
||||
|
||||
<!-- overlayScrollbars -->
|
||||
<link rel="stylesheet"
|
||||
href="<?= base_url(); ?>assets/template/plugins/overlayScrollbars/css/OverlayScrollbars.min.css"/>
|
||||
|
||||
<!-- Daterange picker -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/daterangepicker/daterangepicker.css"/>
|
||||
|
||||
<!-- summernote -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/summernote/summernote-bs4.min.css"/>
|
||||
|
||||
<!-- DataTables -->
|
||||
<link rel="stylesheet"
|
||||
href="<?= base_url(); ?>assets/template/plugins/datatables-bs4/css/dataTables.bootstrap4.min.css"/>
|
||||
<link rel="stylesheet"
|
||||
href="<?= base_url(); ?>assets/template/plugins/datatables-responsive/css/responsive.bootstrap4.min.css"/>
|
||||
<link rel="stylesheet"
|
||||
href="<?= base_url(); ?>assets/template/plugins/datatables-buttons/css/buttons.bootstrap4.min.css"/>
|
||||
|
||||
<!-- Bootstrap4 Duallistbox -->
|
||||
<link rel="stylesheet" href="<?= base_url(); ?>assets/template/plugins/bootstrap4-duallistbox/bootstrap-duallistbox.min.css">
|
||||
|
||||
<!--- Internal Sweet-Alert css-->
|
||||
<link href="<?php echo base_url('assets/template/'); ?>plugins/sweet-alert/dist/css/sweetalert2.css"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<body class="layout-footer-fixed layout-navbar-fixed">
|
||||
<div class="wrapper">
|
||||
Reference in New Issue
Block a user