<%- include('partials/top') %>
<main aria-label="Thank you page">
  <div id="thankyou-container">
    <h1 id="thankyou-title">
      <span role="img" aria-label="Party popper">🎉</span> 
      MESSAGE RECEIVED!
      <span role="img" aria-label="Party popper">🎉</span> 
    </h1>
    <p id="thankyou-sub">We got your message. Someone will get back to you... eventually.</p>
    <div id="dancing-guy" role="img" aria-label="Dancing person emoji">🕺</div>
    <p id="tagline" aria-live="polite">In the meantime, go touch some grass.</p>
    <a href="/" class="back-btn" aria-label="Return to home page">Take me home</a>
  </div>
</main>
<%- include('partials/bottom') %>