← back to Petitionyour

views/404.ejs

9 lines

<%- include('partials/head', { title: 'Not Found', description: 'Page not found.' }) %>

<section class="wrap narrow" style="text-align:center; padding: 4rem 0;">
  <h1>Page not found</h1>
  <p><a href="/">&larr; Back to all petitions</a></p>
</section>

<%- include('partials/foot') %>