fork download
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6. <!-- Required meta tags -->
  7. <meta charset="utf-8">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9.  
  10. <meta name="author" content="">
  11. <meta name="description" content="">
  12. <meta name="keywords" content="">
  13.  
  14. <title>Layout</title>
  15.  
  16. <!-- Bootstrap CSS (CDN oficial) -->
  17. href="https://c...content-available-to-author-only...r.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
  18. rel="stylesheet"
  19. integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
  20. crossorigin="anonymous"
  21. >
  22.  
  23. <!-- Bootstrap Icons (CDN oficial) -->
  24. href="https://c...content-available-to-author-only...r.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css"
  25. rel="stylesheet"
  26. >
  27.  
  28. <!-- Application CSS -->
  29.  
  30. </head>
  31.  
  32. <body>
  33.  
  34. <main role="main" class="container">
  35. </main>
  36.  
  37. <!-- jQuery (CDN oficial) -->
  38. <script
  39. src="https://c...content-available-to-author-only...y.com/jquery-3.7.1.min.js"
  40. integrity="sha256-3gJwYp4tvkKp5pJt6a2hZp2qxY8pY/+bexdFvZ4="
  41. crossorigin="anonymous">
  42. </script>
  43.  
  44. <!-- Bootstrap Bundle JS (incluye Popper) -->
  45. <script
  46. src="https://c...content-available-to-author-only...r.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
  47. integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
  48. crossorigin="anonymous">
  49. </script>
  50.  
  51. </body>
  52. </html>
  53.  
Success #stdin #stdout 0.03s 25760KB
stdin
Standard input is empty
stdout
<!doctype html>
<html lang="en">

<head>

  <!-- Required meta tags -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <meta name="author" content="">
  <meta name="description" content="">
  <meta name="keywords" content="">

  <title>Layout</title>

  <!-- Bootstrap CSS (CDN oficial) -->
  <link
    href="https://c...content-available-to-author-only...r.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
    rel="stylesheet"
    integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
    crossorigin="anonymous"
  >

  <!-- Bootstrap Icons (CDN oficial) -->
  <link
    href="https://c...content-available-to-author-only...r.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css"
    rel="stylesheet"
  >

  <!-- Application CSS -->

</head>

<body>

  <main role="main" class="container">
  </main>

  <!-- jQuery (CDN oficial) -->
  <script
    src="https://c...content-available-to-author-only...y.com/jquery-3.7.1.min.js"
    integrity="sha256-3gJwYp4tvkKp5pJt6a2hZp2qxY8pY/+bexdFvZ4="
    crossorigin="anonymous">
  </script>

  <!-- Bootstrap Bundle JS (incluye Popper) -->
  <script
    src="https://c...content-available-to-author-only...r.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
    crossorigin="anonymous">
  </script>

</body>
</html>