60 lines
1.8 KiB
PHP
60 lines
1.8 KiB
PHP
<head>
|
|
<title>Pencarian Buku - UM Parepare</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700,900" rel="stylesheet">
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/fonts/icomoon/style.css">
|
|
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/magnific-popup.css">
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/jquery-ui.css">
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/owl.carousel.min.css">
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/owl.theme.default.min.css">
|
|
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/bootstrap-datepicker.css">
|
|
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/fonts/flaticon/font/flaticon.css">
|
|
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/aos.css">
|
|
|
|
<link rel="stylesheet" href="<?=base_url()?>assets/css/style.css">
|
|
<link rel="stylesheet" type="text/css" href="<?=base_url()?>assets/js/datatables/jquery.dataTables.min.css">
|
|
|
|
<style>
|
|
body {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.topnav {
|
|
overflow: hidden;
|
|
background-color: #444;
|
|
}
|
|
|
|
.topnav a {
|
|
float: left;
|
|
color: #f2f2f2;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.topnav a:hover {
|
|
background-color: #333;
|
|
color: black;
|
|
}
|
|
|
|
.topnav a.active {
|
|
background-color: #111;
|
|
color: white;
|
|
}
|
|
</style>
|
|
|
|
<style type="text/css">
|
|
.swal-modal .swal-text{
|
|
text-align: center
|
|
}
|
|
</style>
|
|
|
|
</head> |