Skip to content

Commit f3f51a5

Browse files
committed
added some pretty, removed the swearing
1 parent efea22a commit f3f51a5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

index.php

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
<?php
2+
echo '
3+
<style>
4+
html {
5+
text-align: center;
6+
}
7+
</style>
8+
';
29
require_once("include.php");
310
echo displayForm();
411
switch (checkWord()) {
512
case 1:
6-
echo "you found a word";
13+
echo 'Congratulations, you found a word and by finding a word, you fixed it. <br /><img src="http://www.freemyspacegraphics.com/Graphics/Funny_Animations/images/43.gif" /><br /><img src="http://www.freemyspacegraphics.com/Graphics/Funny_Animations/images/funny_new_18.gif" width="180px;" />';
714
break;
815
case -1:
9-
echo "ain't fuck all in here for you";
16+
echo 'There are no words in the list that match, please try again.<br /><img src="http://www.freemyspacegraphics.com/Graphics/Funny_Animations/images/funny_2.gif"/>';
1017
break;
1118
default:
12-
echo "no word submitted";
19+
echo "Please submit a word to search for";
1320
break;
1421
}

0 commit comments

Comments
 (0)