diff options
Diffstat (limited to 'templates/500.html')
-rw-r--r-- | templates/500.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..23b695e --- /dev/null +++ b/templates/500.html @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> +<head> +<title>500 Server Error </title> +</head> +<body> + <h2>500 Server Error</h2> + + <p>Sorry, but the requested page is unavailable due to a + server hiccup.</p> + + <p>Our engineers have been notified, so check back later.</p> + + <p>If needed please contact us: <a href="mailto:skaschool2014@163.com"><code>skaschool2014@163.com</code></a></p> +</body> +</html> + +<!-- vim: set ts=8 sw=2 tw=0 fenc= ft=html: --> |