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/404.html | |
| download | stargit-98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6.tar.gz | |
initial import
Diffstat (limited to 'public/404.html')
| -rw-r--r-- | public/404.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..169305f --- /dev/null +++ b/public/404.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 404</title> +<link rel="stylesheet" href="/css/error.css" /> +<meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> +</head> +<body> +<h1>Error 404</h1> +<div id="content"> +<h2>Page Not Found</h2><p>Sorry, this is the void.</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 |
