Advertisement
teguhsugiono891208

header

Apr 17th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="x-ua-compatible" content="ie=edge">
  7. <title>PT.Multi Bintang Abadi</title>
  8. <meta name="description" content="">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11. <!-- <link rel="shortcut icon" href="<?php echo base_url().'assets/icon/'; ?>logo.png">-->
  12. <!-- Google Fonts
  13. ============================================ -->
  14. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i,800" rel="stylesheet">
  15. <!-- Bootstrap CSS
  16. ============================================ -->
  17. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>bootstrap.min.css">
  18. <!-- Bootstrap CSS
  19. ============================================ -->
  20. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>font-awesome.min.css">
  21. <!-- adminpro icon CSS
  22. ============================================ -->
  23. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>adminpro-custon-icon.css">
  24. <!-- meanmenu icon CSS
  25. ============================================ -->
  26. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>meanmenu.min.css">
  27. <!-- mCustomScrollbar CSS
  28. ============================================ -->
  29. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>jquery.mCustomScrollbar.min.css">
  30. <!-- animate CSS
  31. ============================================ -->
  32. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>animate.css">
  33. <!-- modals CSS
  34. ============================================ -->
  35. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>modals.css">
  36. <!-- normalize CSS
  37. ============================================ -->
  38. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>normalize.css">
  39. <!-- touchspin CSS
  40. ============================================ -->
  41. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>touchspin/jquery.bootstrap-touchspin.min.css">
  42. <!-- datapicker CSS
  43. ============================================ -->
  44. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>datapicker/datepicker3.css">
  45. <!-- forms CSS
  46. ============================================ -->
  47. <!-- <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>form/themesaller-forms.css">-->
  48. <!-- colorpicker CSS
  49. ============================================ -->
  50. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>colorpicker/colorpicker.css">
  51. <!-- select2 CSS
  52. ============================================ -->
  53. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>select2/select2.min.css">
  54. <!-- chosen CSS
  55. ============================================ -->
  56. <!-- ionRangeSlider CSS
  57. ============================================ -->
  58. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>ionRangeSlider/ion.rangeSlider.css">
  59. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>ionRangeSlider/ion.rangeSlider.skinFlat.css">
  60. <!-- style CSS
  61. ============================================ -->
  62. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/'; ?>style.css">
  63. <!-- responsive CSS
  64. ============================================ -->
  65. <link rel="stylesheet" href="<?php echo base_url() . 'assets/' . $thema . '/css/'; ?>responsive.css">
  66. <!-- modernizr JS
  67. ============================================ -->
  68. <script src="<?php echo base_url() . 'assets/' . $thema . '/js/vendor/'; ?>modernizr-2.8.3.min.js"></script>
  69.  
  70. <!-- AJAX SERVERSIDE -->
  71. <link href="<?php echo base_url() . 'assets/ajax/datatables/css/'; ?>jquery.dataTables.min.css" rel="stylesheet"/>
  72.  
  73.  
  74.  
  75. <link rel="stylesheet" href="<?php echo base_url() . 'assets/colorbox/example4/'; ?>colorbox.css">
  76.  
  77. <script src="<?php echo base_url() . 'assets/' . $thema . '/js/vendor/'; ?>jquery-1.11.3.min.js"></script>
  78. <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>-->
  79. <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>-->
  80.  
  81. <!-- <script>!window.jQuery && document.write('<script src="<?php //echo base_url(); ?>assets/ajax/jquery/jquery.min.js"><\/script>');</script>-->
  82. <script src="<?php echo base_url() . 'assets/colorbox/'; ?>jquery.colorbox.js"></script>
  83.  
  84. <script>
  85. $(document).ready(function(){
  86. $(".EdtMasterTarif").colorbox({rel:'group', iframe:true, width:"1000", height:"60%"});
  87. });
  88. </script>
  89.  
  90. <style type="text/css">
  91. body { font-family: Verdana; }
  92. /* h3 { font-family: Cambria,"Times New Roman",serif; }
  93. #paragraf2 { font-family: Georgia, serif; }*/
  94. </style>
  95.  
  96. </head>
  97.  
  98. <body class="materialdesign">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement