BenitoDannes

head.php

Mar 9th, 2020
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.81 KB | None | 0 0
  1. <meta charset="utf-8" />
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  3. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  4. <meta name="description" content="" />
  5. <meta name="author" content="" />
  6.  
  7. <title><?php echo SITE_NAME .": ". ucfirst($this->uri->segment(1)) ." - ". ucfirst($this->uri->segment(2)) ?></title>
  8.  
  9. <!-- Bootstrap core CSS and custom style for this template -->
  10. <link href="<?php echo base_url('css/styles.css') ?>" rel="stylesheet" />
  11.  
  12. <!-- Page level plugin CSS -->
  13. <link href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css" rel="stylesheet" crossorigin="anonymous" />
  14.  
  15. <!-- Custom fonts for this template -->
  16. <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/js/all.min.js" crossorigin="anonymous"></script>
Advertisement
Add Comment
Please, Sign In to add comment