bootstrap folder was placed in root folder. styles were loaded in header sections of view files like this. but it's not worked. please help to solve this.
<link href="<?php echo base_url('bootstrap/css/bootstrap.min.css');?>" rel="stylesheet">
<link href="<?php echo base_url('bootstrap/css/mystylesheet.css'); ?>" rel="stylesheet">
<script src="<?php echo base_url('bootstrap/js/jquery.min.js'); ?>"></script>
<script src="<?php echo base_url('bootstrap/js/bootstrap.min.js'); ?>"></script>
<title>::CMSys || Add Division::</title>
</head>