Files
document-server-integration/web/documentserver-example/nodejs/views/error.ejs
2016-03-23 12:55:12 +03:00

14 lines
293 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Error</title>
</head>
<body>
<hgroup>
<h1>Error.</h1>
<h2>An error occurred while processing your request.</h2>
</hgroup>
<div><%= message %></div>
</body>
</html>