← back to Restaurant Directory

src/web/views/partials/foot.ejs

12 lines

<footer class="site-footer">
  <p>
    <strong>LA County Eats</strong> — directory of restaurants across Los Angeles County. Search by city, neighborhood, and cuisine.
  </p>
  <p class="muted">
    Coverage gaps: Pasadena, Long Beach, and Vernon are not yet included.
  </p>
  <p class="muted small">© <%= new Date().getFullYear() %> · Built in LA</p>
</footer>
</body>
</html>