Advertisement
Guest User

admin.php

a guest
Jul 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. <?PHP
  2. session_start();
  3. include "config/session.php";
  4. ?>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9. <title>Halaman Utama</title>
  10. <link href="setting/style-input.css" rel="stylesheet" type="text/css" />
  11. <style type="text/css">
  12. <!--
  13. .style1 {
  14. font-size: medium;
  15. font-family: "Courier New", Courier, monospace;
  16. font-style: italic;
  17. }
  18. -->
  19. </style>
  20. </head>
  21.  
  22. <body>
  23. <center>
  24. <?php include "menu.php"; ?>
  25. <table width="90%" height="100%" border="1">
  26. <tr><td>
  27. <div align="left">
  28. <p4>
  29. Halaman Khusus ini hanya bisa dikunjungi melalui login terlebih dahulu<br />
  30. dengan login data yang BENAR.!</p4>
  31. </div>
  32.  
  33. <div class="art-layout-cell art-content">
  34. <div class="art-box art-post">
  35. <div class="art-box-body art-post-body">
  36. <div class="art-post-inner art-article">
  37. <h2 class="art-postheader"><span class="art-postheadericon"><center>SELAMAT DATANG
  38. </span></h2></br></br>
  39. <div class="art-postcontent">
  40. <div class="art-content-layout">
  41. <div class="art-content-layout-row">
  42. <div class="art-layout-cell layout-item-0" style="width: 100%;">
  43. <p><img src="image/preview.png" width="249" height="240" align="left"/>JANGAN PERNAH MENYERAH</p>
  44.  
  45. <p>Belajarlah terus menerus, jangan sampai engkau lelah atau bosan. Jika engkau telah merasa lelah atau bosannya dalam belajar maka Engkau akan tertidas dengan kehidupan dunia , Namun Jika engkau semangat dan terus belajar maka engkau akan diagungkan oleh kehidupan dunia.</p>
  46.  
  47. </div>
  48. </div>
  49. </div>
  50. <div class="art-content-layout">
  51. <div class="art-content-layout-row">
  52. <div class="art-layout-cell layout-item-0" style="width: 50%;">
  53. <ul>
  54. <li><span style="font-family: 'Comic Sans MS';">Kalo Gak Tau Tanya</span></li>
  55.  
  56. <li><span style="font-family: 'Comic Sans MS';">Coba , Coba dan Coba</span></li>
  57.  
  58. <li><span style="font-family: 'Comic Sans MS';">Jika engkau Lupa, Buat Notes</span></li>
  59. </ul>
  60. </div><div class="art-layout-cell layout-item-0" style="width: 50%;">
  61.  
  62. </div>
  63. </div>
  64. </div>
  65.  
  66. </div>
  67. <div class="cleared"></div>
  68. </div>
  69.  
  70. <div class="cleared"></div>
  71. </div>
  72. </div>
  73.  
  74.  
  75. </br></br></br>
  76. <center>
  77. </center>
  78. <marquee direction="right"><h3> APP TRIGUNA DHARMA </h3><img src="image/tgd.JPG" width="400" height="300"/></marquee>
  79. <marquee direction="left"><h3> WEBSITE RESMI </h3><img src="image/web.JPG" width="400" height="240" /></br></br>
  80. </marquee></td></tr></table>
  81. <table width="1522" height="10" border="1" align="center">
  82. <tr>
  83. <td width="120" height="10" colspan="2" bgcolor="#FF0000"><center>
  84. <strong>Copyright &copy; 2017 RAHMITA PUTRI All right reseverd</strong>.
  85. </center></td>
  86. </tr>
  87. </table>
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement