diff options
| author | root | 2014-03-22 23:32:31 +0100 |
|---|---|---|
| committer | root | 2014-03-22 23:32:31 +0100 |
| commit | dc083d0685fa36e48f6d9e1ba2895f730a167194 (patch) | |
| tree | 708201e76379e64e94a274b1ebd940f3647948dc /www/about.php | |
| parent | a72958ea64fcc95398e4b23418651060da8a955e (diff) | |
| download | random-dc083d0685fa36e48f6d9e1ba2895f730a167194.tar.gz | |
Committing all.
Diffstat (limited to 'www/about.php')
| -rw-r--r-- | www/about.php | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/www/about.php b/www/about.php new file mode 100644 index 0000000..1898cf2 --- /dev/null +++ b/www/about.php @@ -0,0 +1,56 @@ +<!Doctype html> +<head> +<title>About random</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'> +p2 { + font-size: 130%; + color: #789922; +} +</style> +</head> +<body vlnk='#5b5b5b' vlink='#000000' link='#000000' alink='#9a9696'> +<center> + +<?php +include("header.php"); +include("piwik.php"); +?> +<table width='700px'> +<tr> +<td><h1>Waah!~</h1></td> +</tr> +<tr> +<td><img src='loli_small.jpg'/></td> +</tr> +<tr> +<td></td> +</tr> +<tr> +<td> +<br> +</td> +</tr> +<tr> +<td><p1><font color="#789922">> I-It's not like I made this page for you or a-anything..~</font></p1></td> +</tr> +<tr> +<td><br></td> +</tr> +<tr> +<td>I'm just a random dude who thinks this is funny.</td> +</tr> +<tr> +<td>You can always contact me using <a href="mailto:mail@iamfabulous.eu"><font color='blue'>mail@iamfabulous.de</font></a>.</td> +</tr> +<tr> +<td>Let me know what you think! +</td> +</tr> +</table> + +</center> + + |
