Advertisement
shaashwato1308

HTML - Page Template

Nov 14th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>
  4.         Title
  5.     </title>
  6.     <!-- Bootstrap CSS -->
  7.     <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
  8.     <!-- Meta Value -->
  9.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  10. </head>
  11. <body>
  12.    
  13. </body>
  14. <footer>
  15.     <!-- jQuery -->
  16.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  17.     <!-- Boostrap JS -->
  18.     <script src="bootstrap/js/bootstrap.min.js"></script>
  19.     <script type="text/javascript">
  20.         $("document").ready(function(){
  21.             console.log('syeed: document ready');
  22.            
  23.         });
  24.     </script>
  25. </footer>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement