Advertisement
Guest User

backup

a guest
Feb 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. <?php
  2. include "db/db.php";
  3. $conn = get_connection();
  4. ?>
  5. <!DOCTYPE HTML>
  6. <html>
  7. <head>
  8. <title><?php echo title;?></title>
  9. <link rel="icon" type="images/ico" href="<?php echo icon;?>" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <meta name="description" content ="Jifast Durian Adalah kafe yang menyediakan kuliner dari olahan durian yang terkenal dan terlaris di bandung">
  13. <meta name="keywords" content="jifast durian, jifast, durian, sop durian, pancake durian, ketan durian, panciz durian, olahan durian, kafe durian, kuliner bandung, khas bandung, tempat nongkrong di bandung" />
  14. <meta name="robots" content ="index">
  15. <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
  16. <!-- Custom Theme files -->
  17. <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
  18. <link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
  19. <!-- js -->
  20. <script src="js/jquery-1.11.1.min.js"></script>
  21. <!-- //js -->
  22. <!-- animation-effect -->
  23. <link href="css/animate.min.css" rel="stylesheet">
  24. <script src="js/wow.min.js"></script>
  25. <script>
  26. new WOW().init();
  27. </script>
  28. <!-- //animation-effect -->
  29. <link href='//fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  30. <link href='//fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  31. </head>
  32.  
  33. <body>
  34. <!-- header -->
  35. <?php include "header.php";?>
  36. <!-- header -->
  37. <!-- banner -->
  38. <?php include "banner.php";?>
  39. <!-- //banner -->
  40. <!-- banner-bottom -->
  41. <div class="banner-bottom">
  42. <div class="container">
  43. <div class="banner-bottom-grids">
  44. <div class="col-md-8 banner-bottom-grid wow fadeInRightBig" data-wow-duration="1000ms" data-wow-delay="300ms">
  45. <?php
  46. $paket = mysqli_query($conn,"SELECT * FROM informasi WHERE info='about'");
  47. while($data = mysqli_fetch_array($paket)) {
  48. $body = strip_tags($data["body"]);
  49. $body = explode(" ",$body);
  50. $kata = array_slice($body,0,100);
  51. $kata2 = implode(" ",$kata);
  52. echo '
  53. <h2>Jifast Pancake Durian</h2>
  54. <p align="justify">'.$kata2.'...</p>
  55. <div class="more">
  56. <a href="about.php" class="hvr-curl-bottom-right">Read More</a>
  57. </div>';
  58. }
  59. ?>
  60. </div>
  61. <div class="col-md-4 banner-bottom-grid wow flipInY" data-wow-duration="1000ms" data-wow-delay="300ms">
  62.  
  63. <?php
  64. $video = mysqli_query($conn,"SELECT * FROM video ORDER BY no DESC LIMIT 1");
  65. while($data = mysqli_fetch_array($video)) {
  66. $link = $data['link'];
  67. $url = explode('/',$link);
  68. echo '<div class="banner-bottom-grid1">
  69. <h2>'.$data["title"].'</h2><hr>
  70. <p><div class="video-container"><iframe width="100%" height="200" src="https://www.youtube.com/embed/'.$url[3].'" frameborder="0" allowfullscreen></iframe></div></p>
  71. </div>';
  72. }
  73. ?>
  74. </div>
  75. </div>
  76. <div class="clearfix"> </div>
  77. </div>
  78. </div>
  79. </div>
  80. <div style="position: absolute; top: -999px;left: -999px;"> athletes wearing a <a href="http://www.watches-replica.cn">rolex datejust replica</a> ZERO1 will benefit from industry-leading field of view, enhanced optical clarity and better protection."GeekWire last month toured Vicis' 3,000 square-foot production facility in Seattle <a href="http://www.vogueluxury.ru">fake replica handbags</a> that is pumping out hundreds of ZERO1 helmets which are designed to mitigate the forces thought to cause <a href="http://www.replicavvatches.co.uk">fake uk watches</a> concussions.Vicis recently garnered national attention. </div>
  81. <?php include "menu-makanan.php"?><hr>
  82. <div class="events">
  83. <div class="container">
  84. <h1 class="wow fadeInLeftBig" data-wow-duration="1000ms" data-wow-delay="300ms" align="center">Testimoni</h1>
  85. <div class="event-grids">
  86. <?php include"testimoni.php";?><div class="clearfix"> </div>
  87. </div>
  88. </div>
  89. </div></br>
  90. <!-- //banner-bottom -->
  91. <!-- footer -->
  92. <?php include"footer.php";?>
  93. <!-- //footer -->
  94. <!-- for bootstrap working -->
  95. <script src="js/bootstrap.js"></script>
  96. <!-- //for bootstrap working -->
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement