From 6d5979ff676cab609232639987ae6afec1b42e81 Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Sun, 27 Apr 2025 21:15:28 +0300 Subject: [PATCH] Add error page --- app/error.vue | 36 ++++++++++++++++++++++++++++++++++++ public/error.svg | 1 + 2 files changed, 37 insertions(+) create mode 100644 app/error.vue create mode 100644 public/error.svg diff --git a/app/error.vue b/app/error.vue new file mode 100644 index 0000000..40d4459 --- /dev/null +++ b/app/error.vue @@ -0,0 +1,36 @@ + + + diff --git a/public/error.svg b/public/error.svg new file mode 100644 index 0000000..fc4d280 --- /dev/null +++ b/public/error.svg @@ -0,0 +1 @@ + \ No newline at end of file