javiercejudo/javiercejudo.com

View on GitHub
partials/404.html

Summary

Maintainability
Test Coverage
<div class="error-page" data-jc-page-title="Page not found">
  <div class="error-wrapper row">
    <p class="error-code col-12">404</p>
    <p class="error-message col-12">Page not found</p>
  </div>

  <hr>

  <div class="row">
    <div class="col-xs-12">
      <h4>Since you are here, up for a little game?</h4>
    </div>
    <div class="col-xs-12"
         data-ng-include="'partials/secretary-problem.html'">
    </div>
  </div>
</div>