Skip to content

Commit

Permalink
database added
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemona Singh authored and Shemona Singh committed Nov 29, 2017
2 parents 5b297a9 + d808ee3 commit 9a16299
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 93 deletions.
Binary file removed application/views/.DS_Store
Binary file not shown.
92 changes: 0 additions & 92 deletions application/views/welcome_message.php

This file was deleted.

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>
2 changes: 1 addition & 1 deletion www/application/views/templates/header.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>CodeIgniter Tutorial</title>

</head>
<body>

Expand Down

0 comments on commit 9a16299

Please sign in to comment.