diff options
author | Indrajith K L | 2024-06-27 19:52:39 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-27 19:52:39 +0530 |
commit | b5d686e242f2949434c52fb25a1f1db836e2fe25 (patch) | |
tree | 895ca059c2a4d8d54906d7831b9defa40998416f /src/views | |
parent | fa7d88bd471d80083291cd2dbf40c81c24856cd3 (diff) | |
download | indrajith-dev-crystal-b5d686e242f2949434c52fb25a1f1db836e2fe25.tar.gz indrajith-dev-crystal-b5d686e242f2949434c52fb25a1f1db836e2fe25.tar.bz2 indrajith-dev-crystal-b5d686e242f2949434c52fb25a1f1db836e2fe25.zip |
Adds new 404 image
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/404.ecr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/404.ecr b/src/views/404.ecr index 4a3cb6d..0d98cfc 100644 --- a/src/views/404.ecr +++ b/src/views/404.ecr @@ -1,2 +1,4 @@ <h2 class="four-o-four">404</h2> -<em class="f-o-f-message">I once asked for overtime compensation. The reply was "You should earn it rather than demand it...."<em>
\ No newline at end of file +<em class="f-o-f-message"> + <img src="/images/404.jpg" alt="I once asked for overtime compensation. The reply was 'You should earn it rather than demand it....'" height="300" /> +<em>
\ No newline at end of file |