Advertisement
ndrat

admin panel

Nov 23rd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale: 1.0, user-scalabe=0" />
  5. <title>Hendrat Source</title>
  6. <link rel="stylesheet" type="text/css" href="style/global.css">
  7. </head>
  8. <body>
  9.  
  10. <div id="header">
  11. <div class="logo"><a href="#">Xero<span>Source</span></a></div>
  12. </div>
  13.  
  14. <a class="mobile" href="#">Menu</a>
  15. <div id="container">
  16. <div class="sidebar">
  17. <ul id="nav">
  18. <li><a class="selected" href="#">Dashboard</a></li>
  19. <li><a href="#">Booter Hub</a></li>
  20. <li><a href="#">Stresser</a></li>
  21. <li><a href="#">Friends</a></li>
  22. <li><a href="#">Search</a></li>
  23. <li><a href="#">Purchase</a></li>
  24. </ul>
  25. </div>
  26.  
  27. <div class="content">
  28. <h1>Dashboard</h1>
  29. <p>Here you can do stuffz lorem ipsum ismet sofyan</p>
  30.  
  31. <div id="box">
  32. <div class="box-top">News</div>
  33. <div class="box-panel">
  34. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  35. </div>
  36. </div>
  37.  
  38. <div id="box">
  39. <div class="box-top">News</div>
  40. <div class="box-panel">
  41. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
  42. </div>
  43. </div>
  44.  
  45. <div id="box">
  46. <div class="box-top">News</div>
  47. <div class="box-panel">
  48. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages.
  49. </div>
  50. </div>
  51.  
  52. </div>
  53. </div>
  54. <script ="http://code.jquery.com/jquery-2.1.4.min.js"></script>
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement