You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
1.2 KiB

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="JMEAgentSystem.WebPages.Error" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>WebAdmin - Responsive Admin Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content="Admin Dashboard" name="description" />
<meta content="ThemeDesign" name="author" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="assets/images/favicon.ico" />
<link href="../Content/bootstrap.min.css" rel="stylesheet" />
<link href="../Content/icons.css" rel="stylesheet" />
<link href="../Content/style.css" rel="stylesheet" />
</head>
<body>
<div class="accountbg"></div>
<div class="wrapper-page">
<div class="ex-page-content text-center">
<h1 class="text-white">500</h1>
<h2 class="text-white">Internal Server Error.</h2>
<br>
<a class="btn btn-info waves-effect waves-light" href="Default.aspx">Back to Dashboard</a>
</div>
</div>
</body>
</html>