aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-30 10:04:53 +0100
committerChocobozzz <me@florianbigard.com>2019-10-30 10:04:53 +0100
commit767619f639180d28532ffb4f7919668f3e5b5772 (patch)
treee15e3411fb1bf9d67162e46f612a2dd39e75daa8 /client/src/app/+page-not-found/page-not-found.component.html
parent16fd7c4b86682f5407384c094fc909c5990562b2 (diff)
downloadPeerTube-767619f639180d28532ffb4f7919668f3e5b5772.tar.gz
PeerTube-767619f639180d28532ffb4f7919668f3e5b5772.tar.zst
PeerTube-767619f639180d28532ffb4f7919668f3e5b5772.zip
Add mascot to 404 page
Diffstat (limited to 'client/src/app/+page-not-found/page-not-found.component.html')
-rw-r--r--client/src/app/+page-not-found/page-not-found.component.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/client/src/app/+page-not-found/page-not-found.component.html b/client/src/app/+page-not-found/page-not-found.component.html
index 2934003ab..df3ea6739 100644
--- a/client/src/app/+page-not-found/page-not-found.component.html
+++ b/client/src/app/+page-not-found/page-not-found.component.html
@@ -1,3 +1,7 @@
1<div i18n> 1<div class="root">
2 Sorry, but we couldn't find the page you were looking for. 2 <img src="/client/assets/images/mascot/defeated.png" alt="404 mascot">
3</div> \ No newline at end of file 3
4 <div class="text" i18n>
5 Sorry, we couldn't find the page you were looking for.
6 </div>
7</div>