← back to Ventura Claw Leads
views/public/404.ejs
12 lines
<%- include('../partials/head', { title: typeof title !== 'undefined' ? title : 'Not Found' }) %>
<%- include('../partials/header') %>
<section class="long-form" style="text-align:center">
<p class="kicker">404</p>
<h1 class="display-sm">We couldn't find that page.</h1>
<p class="lede" style="margin:0 auto">It may have moved, or the business may have closed. Try searching the directory.</p>
<p style="margin-top:32px"><a href="/find" class="btn btn-primary">Browse all businesses →</a></p>
</section>
<%- include('../partials/footer') %>