Skip to content

Instantly share code, notes, and snippets.

@ahmubashshir
Created May 1, 2020 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmubashshir/e878e2c0a90765c26a7bbb76ff323710 to your computer and use it in GitHub Desktop.
Save ahmubashshir/e878e2c0a90765c26a7bbb76ff323710 to your computer and use it in GitHub Desktop.
<!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