diff options
| author | root | 2014-03-23 00:04:34 +0100 |
|---|---|---|
| committer | root | 2014-03-23 00:04:34 +0100 |
| commit | 293e2d3203d4f473f3239571b5d0237cea26a46b (patch) | |
| tree | 00d4d35d4f69fb127649f07d8b000bd10fec5191 /www/print_index.php | |
| parent | dc083d0685fa36e48f6d9e1ba2895f730a167194 (diff) | |
| download | random-293e2d3203d4f473f3239571b5d0237cea26a46b.tar.gz | |
Completed youtube history for the browser.
Diffstat (limited to 'www/print_index.php')
| -rw-r--r-- | www/print_index.php | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/www/print_index.php b/www/print_index.php new file mode 100644 index 0000000..81e52a6 --- /dev/null +++ b/www/print_index.php @@ -0,0 +1,62 @@ +<?php +include("include.php"); +?> +<!Doctype html> +<head> +<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 vlink='#000000' link='#000000' alink='#9a9696'> +<center> +<? include("header.php"); ?> +<table align="center"><tr><td> +<h1> Welcome! </h1> +<? //<img src="404.jpg" alt="404 - not found"> ?> + +</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?id=<?php echo $videoID; ?>">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> |
