PeerTube/client/src/app/+page-not-found/page-not-found.component.html

8 lines
194 B
HTML
Raw Normal View History

2019-10-30 04:04:53 -05:00
<div class="root">
2019-10-30 05:05:45 -05:00
<img src="/client/assets/images/mascot/defeated.svg" alt="404 mascot">
2019-10-30 04:04:53 -05:00
<div class="text" i18n>
Sorry, we couldn't find the page you were looking for.
</div>
</div>