footer.ejs 404 B

1234567891011
  1. <footer class="footer mt-auto py-3">
  2. <div class="container">
  3. <div class="row justify-content-md-center">
  4. <div class="col-6">
  5. <a href="/">Home</a> | <a href="/projects">Projects</a> | <a href="/blog">Blog</a> | <a href="/about">About</a> –
  6. <span class="text-muted">Copyright © James Peret 2004-2020 </span>
  7. </div>
  8. </div>
  9. </div>
  10. </footer>