aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.component.html
blob: df3ea6739aa56ae7a84d57bfcbd5ff1473b5be19 (plain) (blame)
1
2
3
4
5
6
7
<div class="root">
  <img src="/client/assets/images/mascot/defeated.png" alt="404 mascot">

  <div class="text" i18n>
    Sorry, we couldn't find the page you were looking for.
  </div>
</div>