<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hey HTML</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<style>
.bleh{
display: block;
margin-left: auto;
margin-right: auto;
width:70%;
}
</style>
</head>
<body>
<div class = "bleh">
<div class = "row">
<div class = "col-6">
<div class="alert alert-danger" role="alert">
<h4 class="alert-heading">Welcome to a very important site!</h4>
<p>This site is for saving the world. It saves the world using many complicated algoriths that you won't understand but all I have for you is a button. It will open the right doors and some of the wrong ones too.</p>
<hr>
<p class="mb-0">Press The Button Below!</p>
</div>
</div>
<div class = "col-3">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<button type="button" class="btn btn-outline-danger"><a href = "yt.html">Click Here To Save The World!</a></button>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<button><a href="code.html">View The HTML Code For This Site</a></button>
</body>
</html>