aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+page-not-found/page-not-found.component.html
diff options
context:
space:
mode:
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>