skip to Main Content

bootstrap isn't working with CodeIgniter – Twitter bootstrap

I have written a simple view to use bootstrap css in codeignitor. <?php defined('BASEPATH') OR exit('No direct script access allowed'); ?><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Voyager</title> <link rel="stylesheet" href="<?php echo base_url("styles/bootstrap/css/bootstrap.css"); ?>" /> </head> <body> <div class="panel panel-heading">…

VIEW QUESTION
Back To Top
Search