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.

29 lines
1.2 KiB

4 years ago
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="JMEAgentSystem.WebPages.Error" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta charset="utf-8" />
  6. <title>WebAdmin - Responsive Admin Dashboard Template</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  8. <meta content="Admin Dashboard" name="description" />
  9. <meta content="ThemeDesign" name="author" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  11. <link rel="shortcut icon" href="assets/images/favicon.ico" />
  12. <link href="../Content/bootstrap.min.css" rel="stylesheet" />
  13. <link href="../Content/icons.css" rel="stylesheet" />
  14. <link href="../Content/style.css" rel="stylesheet" />
  15. </head>
  16. <body>
  17. <div class="accountbg"></div>
  18. <div class="wrapper-page">
  19. <div class="ex-page-content text-center">
  20. <h1 class="text-white">500</h1>
  21. <h2 class="text-white">Internal Server Error.</h2>
  22. <br>
  23. <a class="btn btn-info waves-effect waves-light" href="Default.aspx">Back to Dashboard</a>
  24. </div>
  25. </div>
  26. </body>
  27. </html>