All files / src/app/core/not-found not-found.component.html

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 158x                            
<div class="row">
  <div class="col-md-12 text-center">
    <h1 i18n>Sorry, we could not find what you were looking for</h1>
 
    <img class="img-responsive center-block img-rounded"
         src="assets/1280px-Nautilus_Octopus.jpg">
    <span>
      "<a href="https://www.flickr.com/photos/146401137@N06/40335060661">Nautilus Octopus</a>" by Jin Kemoole is licensed under
      <a rel="nofollow"
         class="external text"
         href="https://creativecommons.org/licenses/by/2.0/">CC BY 2.0</a>
    </span>
  </div>
</div>