Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <meta name="description" content="Description.">
  9. <meta name="author" content="Author">
  10. <title>Work in Progress...</title>
  11.  
  12. <!-- Bootstrap -->
  13. <!-- Latest compiled and minified CSS -->
  14. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
  16. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
  17.  
  18. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  19. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  20. <!--[if lt IE 9]>
  21. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  22. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  23. <![endif]-->
  24. <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
  25. <style type="text/css">
  26. body
  27. {
  28.     padding-top: 30px;
  29.     padding-left: 10px;
  30.     padding-right: 10px;
  31.     padding-bottom: 10px;
  32.     font-family: 'Handlee', cursive;
  33.     font-size: 18px;
  34. }
  35. </style>
  36. </head>
  37.  
  38. <body>
  39. <div class="container">
  40. <div class="row">
  41. <div class="col-md-12">
  42.  
  43. <div class="panel panel-default">
  44. <div class="panel-heading"><h1 class="panel-title text-center"><strong>Stay Tune!</strong></h1></div>
  45. <div class="panel-body">
  46.  
  47.     <div class="table-responsive">
  48.     <table class="table table-hover">
  49.  
  50.     <colgroup>
  51.         <col class="col-md-1">
  52.         <col class="col-md-4">
  53.         <col class="col-md-4">
  54.         <col class="col-md-2">
  55.         <col class="col-md-1">
  56.     </colgroup>
  57.  
  58.     <thead>
  59.     <tr>
  60.     <th>#</th>
  61.     <th>NAMA</th>
  62.     <th>EMEL</th>
  63.     <th>TELEFON</th>
  64.     <th>TINDAKAN</th>
  65.     </tr>
  66.     </thead>
  67.  
  68.     <tbody>
  69.     <tr>
  70.     <td>1</td>
  71.     <td>ALI BABA</td>
  72.     <td>ali@gmail.com</td>
  73.     <td>0123456798</td>
  74.     <td>
  75.         <a href="#" class="btn btn-xs btn-info">EDIT</a>
  76.         <a href="#" class="btn btn-xs btn-danger">DELETE</a>
  77.     </td>
  78.     </tr>
  79.     </tbody>
  80.     </table>
  81.     </div><!--/.table-responsive-->
  82.  
  83. </div>
  84. </div>
  85.  
  86. </div><!-- /col-md-12 -->
  87. </div><!-- /row -->
  88.  
  89. <div class="row">
  90. <div class="col-md-6 col-md-offset-3">
  91. <p class="text-center"><small>Copyright &copy; Website.com. All Rights Reserved Worldwide.</small></p>
  92. </div><!-- /col-md-12 -->
  93. </div><!-- /row -->
  94.  
  95.  
  96. </div><!-- /container -->
  97.  
  98. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  99. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  100. <!-- Include all compiled plugins (below), or include individual files as needed -->
  101. <!-- Latest compiled and minified JavaScript -->
  102. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  103. </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement