Facebook
From Bigdream, 3 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 407
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4.     <!-- Required meta tags -->
  5.     <meta charset="utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.  
  8.     <!-- Bootstrap CSS -->
  9.     <link rel="stylesheet" href="css/bootstrap.min.css">
  10.  
  11.     <title>Hello, world!</title>
  12. </head>
  13.  
  14.     <h1>Hello, world!</h1>
  15.  
  16.     <!-- Optional JavaScript -->
  17.     <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  18.     <script src="js/jquery-3.5.1.min.js"></script>
  19.     <script src="js/popper.min.js"></script>
  20.     <script src="js/bootstrap.min.js"></script>
  21. </body>
  22.  
  23. </html>