"# codeigniter_bootstrap"
Small framework ready to deploy
Insert on section
<head>
...
<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%26lt%3B%3Fphp+echo+base_url%28"assets/css/bootstrap.css"); ?>" />
...
</head>
and insert befor close body tag
<body>
...
<script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%26lt%3B%3Fphp+echo+base_url%28"assets/js/jQuery-1.10.2.js"); ?>"></script>
<script type="text/javascript" src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%26lt%3B%3Fphp+echo+base_url%28"assets/js/bootstrap.js"); ?>"></script>
</body>
respect the order, first jquery then bootstrap