DocumentServer/OnlineEditorsExample/OnlineEditorsExampleMVC/Views/Shared/Error.aspx
2015-04-29 19:10:50 +03:00

14 lines
346 B
Plaintext

<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<!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>
</body>
</html>