diff options
| author | moehm | 2014-05-30 11:04:28 +0200 |
|---|---|---|
| committer | moehm | 2014-05-30 11:04:28 +0200 |
| commit | d6997febbdf6d424fcd0702e3324588387dc2cd9 (patch) | |
| tree | 9ebe96433d2ae394e95a78e87e1a7f0831ab85b0 /www/print_index.php | |
| parent | e5e8ee54e4b404d0cbdf69bebc3d9bdd9bd04855 (diff) | |
| download | random-d6997febbdf6d424fcd0702e3324588387dc2cd9.tar.gz | |
rewrite
Diffstat (limited to 'www/print_index.php')
| -rw-r--r-- | www/print_index.php | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/www/print_index.php b/www/print_index.php deleted file mode 100644 index a076a9a..0000000 --- a/www/print_index.php +++ /dev/null @@ -1,62 +0,0 @@ -<?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> -<?php include("header.php"); ?> -<table align="center"><tr><td> -<h1> Welcome! </h1> -<?php //<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>. - -<?php include("piwik.php");?> - -</body> -</html> |
