project done before
This commit is contained in:
31
application/views/user/head.php
Normal file
31
application/views/user/head.php
Normal file
@ -0,0 +1,31 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="<?=base_url()?>assets/img/apple-icon.png">
|
||||
<link rel="icon" type="image/png" href="<?=base_url()?>assets/img/parepare.png">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<title>
|
||||
Rencana Pembangunan Parepare | <?=$header?>
|
||||
</title>
|
||||
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
|
||||
<!-- Fonts and icons -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
|
||||
<!-- CSS Files -->
|
||||
<link href="<?=base_url()?>assets/css/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="<?=base_url()?>assets/css/paper-dashboard.css?v=2.0.0" rel="stylesheet" />
|
||||
<!-- CSS Just for demo purpose, don't include it in your project -->
|
||||
<link href="<?=base_url()?>assets/demo/demo.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/bootstrap-validator/css/bootstrapValidator.min.css');?>">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="<?=base_url()?>assets/js/datatables/jquery.dataTables.min.css">
|
||||
|
||||
<style type="text/css">
|
||||
.has-error .help-block {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
<style type="text/css">
|
||||
.swal-modal .swal-text{
|
||||
text-align: center
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
Reference in New Issue
Block a user