<%- include('../partials/scan-head') %>
<div class="scan-card" style="text-align:center">
  <h1 class="scan-title">Page not found</h1>
  <p class="scan-sub">That address does not exist here.</p>
  <a class="btn block" href="/app">Go to codes</a>
</div>
<%- include('../partials/scan-foot') %>
