-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoot_2.php
25 lines (22 loc) · 1017 Bytes
/
foot_2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
echo "</div> \n";
echo "<div id=\"footer\"> \n";
echo "<p>Created by Aaron Thompson 2011<br /> \n";
echo "<a href=\"http://jigsaw.w3.org/css-validator/\"> \n";
echo "<img class=\"w3Valid\" src=\"http://jigsaw.w3.org/css-validator/images/vcss-blue\" alt=\"Valid CSS!\"/> \n";
echo "</a> \n";
echo "<a href=\"http://validator.w3.org/\"> \n";
echo "<img class=\"w3Valid\" src=\"http://www.w3.org/Icons/valid-xhtml10-blue\" alt=\"Valid XHTML 1.0 Strict\"/> \n";
echo "</a> \n";
echo "<a href=\"http://colorfilter.wickline.org/colorblind/filter/button\"> \n";
echo "<img class=\"w3Valid\" alt=\"See your web site through colorblind eyes with the colorblind web page filter.\" src=\"http://colorfilter.wickline.org/colorfilter_button.gif\" /> \n";
echo "</a> \n";
echo "<br /> \n";
echo "<a class=\"Accessible\" title=\"Accessibility\" href=\"accessibility.html\" accesskey=\"0\">Accessibility</a> \n";
echo "</p> \n";
echo "</div> \n";
echo "</div> \n";
echo "</div> \n";
echo "</body> \n";
echo "</html> \n";
?>