aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2024-06-27 19:52:39 +0530
committerIndrajith K L2024-06-27 19:52:39 +0530
commitb5d686e242f2949434c52fb25a1f1db836e2fe25 (patch)
tree895ca059c2a4d8d54906d7831b9defa40998416f
parentfa7d88bd471d80083291cd2dbf40c81c24856cd3 (diff)
downloadindrajith-dev-crystal-master.tar.gz
indrajith-dev-crystal-master.tar.bz2
indrajith-dev-crystal-master.zip
Adds new 404 imageHEADmaster
-rw-r--r--public/images/404.jpgbin0 -> 83083 bytes
-rw-r--r--src/views/404.ecr4
2 files changed, 3 insertions, 1 deletions
diff --git a/public/images/404.jpg b/public/images/404.jpg
new file mode 100644
index 0000000..b8cd6d0
--- /dev/null
+++ b/public/images/404.jpg
Binary files differ
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