Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added bootstrap
  • Loading branch information
Shemona Singh authored and Shemona Singh committed Nov 29, 2017
1 parent 786ef07 commit 4ceb3b3
Show file tree
Hide file tree
Showing 20 changed files with 10,053 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file added application/views/.DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion application/views/welcome_message.php
Expand Up @@ -5,6 +5,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<head>
<meta charset="utf-8">
<title>Welcome to CodeIgniter</title>
<link rel="stylesheet" href="<?php echo base_url("assets/css/bootstrap.css"); ?>" />

<style type="text/css">

Expand Down Expand Up @@ -85,5 +86,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
</div>

<script type="text/javascript" src="<?php echo base_url("assets/js/jQuery-1.10.2.js"); ?>"></script>
<script type="text/javascript" src="<?php echo base_url("assets/js/bootstrap.js"); ?>"></script>
</body>
</html>
</html>

0 comments on commit 4ceb3b3

Please sign in to comment.