<!DOCTYPE html> <html lang=“en”> <head>
{% include head.html %}
</head> <body>
{% include nav.html %} <header class="masthead text-center text-white"> <div class="masthead-content"> <div class="container"> <h1 class="masthead-heading mb-0">One Page Wonder</h1> <h2 class="masthead-subheading mb-0">Will Rock Your Socks Off</h2> <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5">Learn More</a> </div> </div> <div class="bg-circle-1 bg-circle"></div> <div class="bg-circle-2 bg-circle"></div> <div class="bg-circle-3 bg-circle"></div> <div class="bg-circle-4 bg-circle"></div> </header> {% include section.html %} {% include footer.html %} {% include scripts.html %}
</body> </html>