← back to Butlr

views/public/404.ejs

12 lines

<%- include('../partials/head', { title }) %>
<%- include('../partials/header') %>
<main class="error-page">
  <section class="section">
    <div class="wrap narrow">
      <h1>404 — not found</h1>
      <p>That page isn't here. <a href="/">Back to home</a>.</p>
    </div>
  </section>
</main>
<%- include('../partials/footer') %>