summaryrefslogtreecommitdiff
path: root/www/failure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/failure.php')
-rw-r--r--www/failure.php60
1 files changed, 52 insertions, 8 deletions
diff --git a/www/failure.php b/www/failure.php
index 21cd87c..5ccc7a8 100644
--- a/www/failure.php
+++ b/www/failure.php
@@ -1,15 +1,59 @@
<!Doctype html>
<head>
-<title>404 - No Droids found</title>
-<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'>
+<title>Welcome</title>
+<meta http-equiv='Content-type' content='text/html; charset=utf-8' />
+<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' />
+<link rel='stylesheet' type='text/css' href='style.css'/>
+<style type='text/css'>
+a2 {
+ color: blue;
+}
+tt {
+ text-align: center;
+}
+</style>
</head>
-<body>
+<body vlink='#000000' link='#000000' alink='#9a9696'>
<center>
-<img src="404.jpg" alt="404 - not found">
+<? include("header.php"); ?>
+<table align="center"><tr><td>
+<h1> Welcome! </h1>
+<? //<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>
+</td></tr><tr><td>
+On this website, you can get a random
+</td></tr><tr><td>
+</td></tr><tr><td>
+</td></tr><tr><td>
+<ul>
+<li>
+<table><tr><td>
+<a href="/youtube">YouTube video</a>
+</td></tr></table>
+</li>
+<li>
+<table><tr><td>
+<a href="/puush">puush file</a>
+</td></tr></table>
+</li>
+<li>
+<table><tr><td>
+<a href="/random">random subsite</a>
+</td></tr></table>
+</li>
+</ul>
+</td></tr>
+<tr><td>
+</td></tr><tr><td>
+completely free and as often as you like.
+</td></tr>
</table>
+
+<br><br>
+For comments, questions or suggestions drop a <br> <a href="/about"><font color='blue'>mail</font></a>.
+
+<? include("piwik.php");?>
+
+</body>
+</html>