taktikhek

Untitled

May 21st, 2019
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. <meta charset="utf-8">
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  3. <title><?php echo $title;?></title>
  4. <!-- Tell the browser to be responsive to screen width -->
  5. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  6. <!-- Bootstrap 3.3.7 -->
  7. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/bootstrap/dist/css/bootstrap.min.css">
  8. <!-- Font Awesome -->
  9. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/font-awesome/css/font-awesome.min.css">
  10. <!-- Ionicons -->
  11. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/Ionicons/css/ionicons.min.css">
  12. <!-- Theme style -->
  13. <link rel="stylesheet" href="<?=base_url();?>assets/dist/css/AdminLTE.min.css">
  14. <!-- AdminLTE Skins. Choose a skin from the css/skins
  15. folder instead of downloading all of them to reduce the load. -->
  16. <link rel="stylesheet" href="<?=base_url();?>assets/dist/css/skins/_all-skins.min.css">
  17. <!-- Morris chart -->
  18. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/morris.js/morris.css">
  19. <!-- jvectormap -->
  20. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/jvectormap/jquery-jvectormap.css">
  21. <!-- Date Picker -->
  22. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css">
  23. <!-- Daterange picker -->
  24. <link rel="stylesheet" href="<?=base_url();?>assets/bower_components/bootstrap-daterangepicker/daterangepicker.css">
  25. <!-- bootstrap wysihtml5 - text editor -->
  26. <link rel="stylesheet" href="<?=base_url();?>assets/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css">
  27.  
  28. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  29. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  30. <!--[if lt IE 9]>
  31. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  32. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  33. <![endif]-->
  34.  
  35. <!-- Google Font -->
  36. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
Add Comment
Please, Sign In to add comment