diff options
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp')
-rw-r--r-- | epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp new file mode 100644 index 000000000..98a0baf13 --- /dev/null +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp @@ -0,0 +1,14 @@ +<!doctype html> +<title>Something went wrong!</title> + + +<html> +<head> + <meta http-equiv="Content-Type" content="text/html;"> + <title>Error Page</title> +</head> +<body> +<h1>Something went wrong. Please go back to the previous page or + try again later.</h1> +</body> +</html>
\ No newline at end of file |