diff options
Diffstat (limited to 'www/failure.php')
| -rw-r--r-- | www/failure.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/failure.php b/www/failure.php new file mode 100644 index 0000000..21cd87c --- /dev/null +++ b/www/failure.php @@ -0,0 +1,15 @@ +<!Doctype html> +<head> +<title>404 - No Droids found</title> +<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> +</head> + +<body> +<center> +<img src="404.jpg" alt="404 - not found"> + +<br><br> +Recommandations: +<table> +<tr><td><a href="/youtube">Get a random youtube Video</a></td><td><a href="/puush">or a random puush file</a></td></tr> +</table> |
