diff options
Diffstat (limited to 'www/puush.php')
| -rw-r--r-- | www/puush.php | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/puush.php b/www/puush.php index 6f754a3..58b4ee6 100644 --- a/www/puush.php +++ b/www/puush.php @@ -2,12 +2,19 @@ <head> <title>Random Youtube Video</title> <link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> +<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /> +<link rel='stylesheet' type='text/css' href='style.css'/> </head> -<body> +<body vlnk='#5b5b5b' vlink='#000000' link='#000000' alink='#9a9696'> <center> -<h1>A random "puu.sh" file!</h1> <?php +include("header.php"); +include("piwik.php"); +?> +<h1>A random "puu.sh" file!</h1> +<br> +<? $count = 0; function get_image($count){ @@ -32,7 +39,7 @@ function get_image($count){ return $count; } else { $count = $count + 1; - if($count < 50){ + if($count < 100){ $count = get_image($count); } else { echo "We tried for " . $count . " times. Now is enough. <br><br>"; |
