footer.ejs 263 B

123456789
  1. <div class="footer">
  2. <p>The Subline</p>
  3. <div>
  4. <a href="/information">Privacy Policy</a>
  5. <a href="/information">Terms and Conditions</a>
  6. <a href="/information">Help</a>
  7. <a href="/information">Contact us</a>
  8. </div>
  9. </div>