blob: 1898cf27fc3f24c337997414d75ed6d0c23c3a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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>
|