Advertisement
knock_Clifford_W

Untitled

Nov 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <!-- Meta, title, CSS, favicons, etc. -->
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <title>Gentallela Alela! | </title>
  10.  
  11. <!-- Bootstrap -->
  12. <link href="<?php echo base_url(); ?>admin_assets/css/bootstrap.min.css" rel="stylesheet">
  13.  
  14. <!-- Font Awesome -->
  15. <link href="<?php echo base_url(); ?>admin_assets/css/font-awesome.min.css" rel="stylesheet">
  16.  
  17. <!-- Data Tables -->
  18. <link href="<?php echo base_url(); ?>admin_assets/css/dataTables.bootstrap.min.css" rel="stylesheet">
  19. <link href="<?php echo base_url(); ?>admin_assets/css/responsive.bootstrap.min.css" rel="stylesheet">
  20.  
  21. <!-- Custom Theme Style -->
  22. <link href="<?php echo base_url();?>admin_assets/css/custom.min.css" rel="mstylesheet">
  23. </head>
  24.  
  25. <body class="nav-md">
  26. <div class="container body">
  27. <div class="main_container">
  28. <?php echo $nav; ?>
  29.  
  30. <!-- page content -->
  31. <div class="right_col" role="main">
  32. <?php echo $content; ?>
  33. </div>
  34. <!-- /page content -->
  35.  
  36. <!-- footer content -->
  37. <footer>
  38. <div class="pull-right">
  39. Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
  40. </div>
  41. <div class="clearfix"></div>
  42. </footer>
  43. <!-- /footer content -->
  44. </div>
  45. </div>
  46.  
  47. <!-- jQuery -->
  48. <script src="<?php echo base_url();?>admin_assets/js/jquery.min.js"></script>
  49.  
  50. <!-- Bootstrap -->
  51. <script src="<?php echo base_url();?>admin_assets/js/bootstrap.min.js"></script>
  52.  
  53. <!-- Custom Theme Scripts -->
  54. <script src="<?php echo base_url();?>admin_assets/js/custom.min.js"></script>
  55.  
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement