From 555d44220b016978cd9cbddf8d1ac6bb84a1f142 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 24 Jun 2022 21:53:20 +0530 Subject: basic email validation on account page --- views/error.ejs | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'views/error.ejs') diff --git a/views/error.ejs b/views/error.ejs index d11cc4be..16a9f991 100644 --- a/views/error.ejs +++ b/views/error.ejs @@ -1,14 +1,26 @@ -<%- include('partials/header.ejs') %> <%- include('partials/sidebar.ejs') %> -
-
-

error

-

- <%= error %> -

-
-
-

Recent Posts

-
-
+ + + + + + + + That Computer Scientist - <%= title %> + + + + +
+
+

Whoops! Encountered an error!

+

<%= error %>

+

Please click here to go back to the home page.

+
+
-<%- include('partials/footer.ejs') %> + <%- include('partials/footer.ejs') %> + + -- cgit v1.2.3