<!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>
Standard input is empty
<!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>