Created
May 1, 2020 20:58
-
-
Save ahmubashshir/e878e2c0a90765c26a7bbb76ff323710 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title><!--# echo var="status_type" default="" -->: <!--# echo var="status" default="" --></title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!--# if expr="$status = 502" --> | |
<meta http-equiv="refresh" content="2"> | |
<!--# endif --> | |
</head> | |
<body> | |
<!--# if expr="$status = /^[45]/" --><h1 align="center">Something went wrong.</h1><!--# endif --> | |
<!--# if expr="$status = /^40[01348]/" --><h3 align="center">Wanna go <a href="##" onClick="history.go(-1); return false;">back</a>?</h3><!--# endif --> | |
<hr /><h2 align="left" style="margin: auto;width: 25%;"><pre><!--# include virtual="/say?$status_msg" --></pre></h2><br /><p align="center"><!--# echo var="status" default="" --> <!--# echo var="status_type" default="" -->: <!--# echo var="status_dsc" default="" --></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment