Skip to content

Commit

Permalink
ootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cws13003 committed Nov 29, 2017
1 parent ff9cf36 commit d808ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions www/application/views/templates/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<em>&copy; 2017</em>
<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>
3 changes: 2 additions & 1 deletion www/application/views/templates/header.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title>CodeIgniter Tutorial</title>
<title>Twitter</title>
<link rel="stylesheet" href="<?php echo base_url("assets/css/bootstrap.css"); ?>" />
</head>
<body>

Expand Down

0 comments on commit d808ee3

Please sign in to comment.