public
Description:
Homepage: http://isneilannoyedby.com
Clone URL: git://github.com/NeilCrosby/isneilannoyedby.git
isneilannoyedby / index.php
100644 62 lines (61 sloc) 2.647 kb
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
57
58
59
60
61
62
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Is Neil Annoyed By?</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/reset-fonts-grids/reset-fonts-grids.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.5.2/build/base/base-min.css">
<link rel="stylesheet" type="text/css" href="/style.css">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Is Neil Annoyed By?">
</head>
<body>
<div id="doc4" class="yui-t4">
<div id="hd">
<form action="/process" method="get">
<h1>
<label for="hate">Is Neil Annoyed By</label>
<input type="text" name="hate" id="hate">
?
</h1>
</form>
</div>
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<div class="yui-g">
<p>
To see if Neil is annoyed by something, just
type it above.
</p>
<p>
This site is mashed together using a
combination of Flickr, Wikipedia, Yahoo! BOSS
and OpenSearch APIs.
</p>
<p>
MOAR coming soon.
</p>
<p>
This project is open, and
<a href="http://github.com/NeilCrosby/isneilannoyedby/tree/master">available at GitHub</a>.
</p>
</div>
</div>
</div>
<div class="yui-b">
<?php
                    require_once('config/config.php');
                    echo getHtmlAnnoyingAndLovely($aYes, $nYesToShow, $aNo, $nNoToShow);
                ?>
</div>
</div>
<div id="ft">
"Is Neil Annoyed By?" is a fictional site that isn't based on a
real person at all. That's right kids - any similarities to
anyone, living or dead, is entirely coincidental.
It certainly isn't based on <a rel="me" href="http://neilcrosby.com/vcard">Neil Crosby</a>.
</div>
</div>
</body>
</html>