-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPageError.aspx
More file actions
31 lines (24 loc) · 1.06 KB
/
Copy pathPageError.aspx
File metadata and controls
31 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="PageError.aspx.vb" Inherits="SeymourWebsite.PageError" %>
<%@ Register Assembly="DevExpress.Web.v19.1, Version=19.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web" TagPrefix="dx" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div id="main" style="height:300px">
<br />
<div class="header1"></div><br />
<div style="text-align:center">We're sorry but an error has occured.
<dx:ASPxButton ID="btnSignIn" runat="server" Style="z-index: 104; position: absolute;
top: 175px;" Text="Home Page" Width="120px" Height="40px"
TabIndex="4" Theme="Aqua">
<HoverStyle BackColor="#FF9900">
</HoverStyle>
</dx:ASPxButton>
</div>
</div>
</form>
</body>
</html>