diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:27:11 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-13 16:27:11 +0200 |
| commit | 98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6 (patch) | |
| tree | f6231cb4a433493d8bd912719b9b5943b5e0b3fc /public/500.html | |
| download | stargit-98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6.tar.gz | |
initial import
Diffstat (limited to '')
| -rw-r--r-- | public/500.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/500.html b/public/500.html new file mode 100644 index 0000000..4cab286 --- /dev/null +++ b/public/500.html @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<title>Error 500</title> +<link rel="stylesheet" href="/css/error.css" /> +<meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> +</head> +<body> +<h1>Error 500</h1> +<div id="content"> +<h2>Internal Server Error</h2><p>Wooops, something went wrong</p> +</div> +<div id="footer"> +Powered by <a href="http://perldancer.org/">Dancer</a> 1.3051 +</div> +</body> +</html>
\ No newline at end of file |
