<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Thank you page</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class=content>
<div class="wrapper-1">
<div class="wrapper-2">
<h1>Thank you !</h1>
<h4>Awesome! Your registration is complete.</h4>
<p>While our Customer Success team will reach out to you over email, please whitelist our email domain @hitgoalz.com so that you do not miss out on important future correspondence.</p>
<button class="go-home">
go home
</button>
</div>
<div class="footer-like">
<p>Email not received?
<a href="#">Click here to send again</a>
</p>
</div>
</div>
</div>
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Source+Sans+Pro" rel="stylesheet">
<!-- partial -->
</body>
</html>