I downloaded the bootstrap library, added to public and on, I would just like a check if I can implement it as follows:
?>
<link href="<?php echo sc_url_library(‘prj’, ‘bootstrap’, ‘bootstrap-3.3.7-dist/css/bootstrap.css’);?>" rel=“stylesheet”/>
<link href="<?php echo sc_url_library(‘prj’, ‘bootstrap’, ‘bootstrap-3.3.7-dist/css/bootstrap.min.css’);?>" rel=“stylesheet”/>
<?php