can add karyawan
This commit is contained in:
30
application/views/home/head.php
Normal file
30
application/views/home/head.php
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
<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><?=$header?></title>
|
||||
|
||||
<!-- Main Styles -->
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/styles/style.min.css">
|
||||
|
||||
<!-- mCustomScrollbar -->
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/plugin/mCustomScrollbar/jquery.mCustomScrollbar.min.css">
|
||||
|
||||
<!-- Waves Effect -->
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/plugin/waves/waves.min.css">
|
||||
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/fonts/material-design-iconic-font/css/material-design-iconic-font.min.css">
|
||||
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/fonts/fontello/fontello.css">
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/fonts/material-design/css/materialdesignicons.css">
|
||||
<!-- Dark Themes -->
|
||||
<!-- <link rel="stylesheet" href="<?=base_url()?>/assets/styles/style-dark.min.css"> -->
|
||||
<link rel="stylesheet" href="<?=base_url()?>/assets/sweet-alert/sweetalert.css">
|
||||
<style type="text/css">
|
||||
.swal-modal .swal-text {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user