gourmetj-springboot/src/main/resources/META-INF/resources/error/viewExpired.html

14 lines
319 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ERROR - Page Expired</title>
</head>
<body>
<h1>Page Expired</h1>
2022-01-08 17:26:29 +00:00
<p>The page state could not be restored because it was
left idle too long.</p>
<p>
<a href="/main.jsf">Return to Main Page</a>
</p>
</body>
2022-01-08 17:26:29 +00:00
</html>