Advertisement
Guest User

media

a guest
Feb 25th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5.   <meta charset="utf-8">
  6.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.   <meta name="viewport" content="width=device-width, initial-scale=1">
  8.   <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  9.   <meta name="description" content="">
  10.   <meta name="author" content="">
  11.   <link rel="icon" href="http://getbootstrap.com/favicon.ico">
  12.   <link rel="stylesheet" type="text/css" href="./lib/fontawesome/css/all.min.css">
  13.  
  14.   <title>Absensi Prakerin</title>
  15.  
  16.   <!-- INII LINK DATA TABLE NYA -->
  17.   <!-- FOLDE DT NYA DI TARO DI LIB YA CA -->
  18.  
  19.  
  20.   <link rel="stylesheet" type="text/css" href="./lib/dt/DataTables/media/css/dataTables.bootstrap.css">
  21.  
  22.   <!-- END LINK  -->
  23.  
  24.   <link href="./lib/bootstrap.min.css" rel="stylesheet">
  25.   <link href="./lib/ie10-viewport-bug-workaround.css" rel="stylesheet">
  26.   <link href="./lib/dashboard.css" rel="stylesheet">
  27.  
  28.   <script src="./lib/ie-emulation-modes-warning.js"></script>
  29.   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  30.   <!--[if lt IE 9]>
  31.   <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  32.   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  33. <![endif]-->
  34.  
  35. <script type="text/javascript">
  36.   window.setTimeout("waktu()",1000);    
  37.   function waktu() {    
  38.     var tanggal = new Date();    
  39.     setTimeout("waktu()",1000);    
  40.     document.getElementById("output").innerHTML = tanggal.getHours()+":"+tanggal.getMinutes()+" WIB";  
  41.   }
  42.   window.setTimeout("waktu_m()",1000);    
  43.   function waktu_m() {    
  44.     var tanggal = new Date();    
  45.     setTimeout("waktu_m()",1000);    
  46.     document.getElementById("output_m").innerHTML = tanggal.getHours()+":"+tanggal.getMinutes()+" WIB";  
  47.   }  
  48.  
  49. </script>
  50. </head>
  51. <body>
  52.   <nav class="navbar navbar-inverse navbar-fixed-top">
  53.     <div class="container-fluid">
  54.       <?php
  55.       include './model/layout/navbar.php';
  56.       ?>
  57.     </div>
  58.   </nav>
  59.   <div class="container-fluid">
  60.     <div class="row">
  61.       <div class="col-sm-3 col-md-2 sidebar">
  62.         <?php
  63.         include './model/layout/sidebar.php';
  64.         ?>  
  65.       </div>
  66.       <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
  67.         <?php
  68.         include './model/layout/content.php';
  69.         ?>
  70.       </div>
  71.     </div>
  72.   </div>
  73.   <!-- Bootstrap core JavaScript
  74.     <-- ================================================== -->
  75.     <!-- Placed at the end of the document so the pages load faster -->
  76.  
  77.     <script src="./lib/jquery.min.js"></script>
  78.  
  79.     <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
  80.     <script src="./lib/bootstrap.min.js"></script>
  81.     <!-- Just to make our placeholder images work. Don't actually copy the next line! -->
  82.     <script src="./lib/holder.min.js"></script>
  83.     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  84.     <script src="./lib/ie10-viewport-bug-workaround.js"></script>
  85.   </body>
  86.   </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement