-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Proxy Route Failure</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f4f4f4; | ||
margin: 0; | ||
padding: 0; | ||
color: #333; | ||
} | ||
|
||
.container { | ||
padding: 2rem; | ||
} | ||
|
||
h2 { | ||
color: #007bff; | ||
} | ||
|
||
h1 { | ||
color: #007bff; | ||
} | ||
|
||
.endpoint { | ||
background-color: #fff; | ||
border: 1px solid #ddd; | ||
margin: 1rem 0; | ||
padding: 1rem; | ||
border-radius: 4px; | ||
} | ||
|
||
.endpoint code { | ||
background-color: #f4f4f4; | ||
padding: 0.2rem; | ||
border-radius: 4px; | ||
} | ||
|
||
.request-method { | ||
font-weight: bold; | ||
color: #333; | ||
} | ||
|
||
.response { | ||
background-color: #f8f9fa; | ||
padding: 1rem; | ||
margin-top: 1rem; | ||
border-radius: 4px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="endpoint"> | ||
<h1>Proxy Route Failure</h3> | ||
<p class="request-method">GET [REDACTED]</p> | ||
<p>PFPRXY failed to connect to Project Furina Servers.</p> | ||
|
||
<h2>Further Information</h4> | ||
<div class="response"> | ||
<pre>Project Furina Proxy attempted to connect to the target machine, but the target machine did not respond in a timely matter.</pre> | ||
<pre>ERROR: PFPRXY_CONNECTION_TIMEOUT</pre> | ||
</div> | ||
<i>PFPRXY encountered a connection error, therefore you are not able to access this website at the moment.</i> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters