Files
topsis/application/views/admin/header.php
Kicap Karan 522ee5201d first commit
2022-10-29 04:16:53 +08:00

51 lines
1.8 KiB
PHP

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Sistem Bantuan Sosial Tunai Dinas Sosial, Pariwisata dan Kebudayaan Pinrang - <?= $header ?></title>
<!-- Main Styles -->
<link rel="stylesheet" href="<?= base_url() ?>assets/styles/style.min.css">
<!-- Material Design Icon -->
<link rel="stylesheet" href="<?= base_url() ?>assets/fonts/material-design/css/materialdesignicons.css">
<!-- mCustomScrollbar -->
<link rel="stylesheet" href="<?= base_url() ?>assets/plugin/mCustomScrollbar/jquery.mCustomScrollbar.min.css">
<link rel="stylesheet" href="<?= base_url() ?>assets/fonts/material-design-iconic-font/css/material-design-iconic-font.min.css">
<!-- Waves Effect -->
<link rel="stylesheet" href="<?= base_url() ?>assets/plugin/waves/waves.min.css">
<!-- Sweet Alert -->
<link rel="stylesheet" href="<?= base_url() ?>assets/sweetalert/sweetalert.css">
<link rel="stylesheet" href="<?= base_url() ?>assets/toastr/toastr.min.css">
<style type="text/css">
.swal-modal .swal-text {
text-align: center;
}
</style>
<link rel="stylesheet" href="<?= base_url() ?>assets/plugin/datatables/media/css/dataTables.bootstrap.min.css">
<!-- <style>
.avatar {
vertical-align: middle;
width: 150px;
height: 150px;
border-radius: 50%;
}
</style>
<link rel="stylesheet" href="<?= base_url() ?>assets/plugin/select2/css/select2.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" /> -->
</head>