aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/errorPage.jsp
blob: 98a0baf130fda017cd852402d32e5b10f456bfd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>