presidential-innovation-fellows/code-gov-web

View on GitHub
src/app/components/four-oh-four/four-oh-four.template.html

Summary

Maintainability
Test Coverage
<div class="indented four-oh-four-container">
  <h1>We can’t find the page you’re looking for.</h1>
  <p>
    If you’re looking for code, <a routerLink="/explore-code">start here</a>.
  </p>
  <p>
    Otherwise, check out how you can implment the Federal Open Source Code Policy <a routerLink="/policy-guide">here</a>.
  </p>
</div>