From 4336f5f06f61de30ae3fa54650fce63a9d5ef5be Mon Sep 17 00:00:00 2001 From: ttt Date: Sat, 13 May 2017 00:29:47 +0530 Subject: added all server files --- templates/pages/e500.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/pages/e500.html (limited to 'templates/pages/e500.html') diff --git a/templates/pages/e500.html b/templates/pages/e500.html new file mode 100644 index 0000000..2a5acb7 --- /dev/null +++ b/templates/pages/e500.html @@ -0,0 +1,13 @@ +{% extends "layout.html" %} + +{% block content %} +
+
+
+

Internal server error Error 500

+
+

Something went wrong on the server. We are correcting the issue. Contact vlabs team if the problem persists. Please click here to go to the homepage.

+
+
+
+{% endblock %} \ No newline at end of file -- cgit