. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" AutoEventWireup="true" CodeBehind="ErrorPage.aspx.cs" Inherits="GrowelWeb.ErrorPage" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
.errorPagecontainer {
width: 600px;
margin: 0 auto;
background-color: #fff;
padding: 30px;
border-radius: 8px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.errorPageWrap{
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
}
/* h1 {
font-size: 2.5rem;
color: #333;
}
p {
font-size: 1.2rem;
color: #666;
}
a {
background-color: #ef2f37;
text-decoration: none;
padding: 10px 20px;
border-radius: 20px;
color: white;
}
.backButton:hover {
text-decoration: none;
color: #fff;
border-color: #2a2a2a;
background-color: #2a2a2a;
transition: 0.5s;
}
.backWrapper{
margin-top: 20px;
}*/
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div class="errorPageWrap">
<div class="errorPagecontainer">
<h1>404 - Page Not Found</h1>
<p>Sorry, the page you are looking for might have been removed, had its name changed, or is temporarily
unavailable.</p>
<p class="backWrapper"><a href= "https://growel.com" class="backButton">Back to Homepage</a></p>
</div>
</div>
</asp:Content>