Changed images to be stored locally again, so I can use hotlinking prevention for...
authorSteven McDonald <steven.mcdonald@libremail.me>
Sat, 26 Feb 2011 02:46:20 +0000 (13:46 +1100)
committerSteven McDonald <steven.mcdonald@libremail.me>
Sat, 26 Feb 2011 02:46:20 +0000 (13:46 +1100)
footer.shtml
valid-css.png [new file with mode: 0644]
valid-html401.png [new file with mode: 0644]

index cc0b8378514d523f2963984d0d767d6a0f3da2f1..5e90519a50187b84298bc2632c7fef3a2d68edcc 100755 (executable)
@@ -5,9 +5,9 @@
     </a>
   </p>
   <a href="http://validator.w3.org/check?uri=referer">
     </a>
   </p>
   <a href="http://validator.w3.org/check?uri=referer">
-    <img style="border:0;width:88px;height:31px" src="http://images.steven-mcdonald.id.au/valid-html401.png" alt="Valid HTML 4.01 Strict">
+    <img style="border:0;width:88px;height:31px" src="/valid-html401.png" alt="Valid HTML 4.01 Strict">
   </a> &nbsp;
   <a href="http://jigsaw.w3.org/css-validator/check/referer">
   </a> &nbsp;
   <a href="http://jigsaw.w3.org/css-validator/check/referer">
-    <img style="border:0;width:88px;height:31px" src="http://images.steven-mcdonald.id.au/valid-css.png" alt="Valid CSS">
+    <img style="border:0;width:88px;height:31px" src="/valid-css.png" alt="Valid CSS">
   </a>
 </div>
   </a>
 </div>
diff --git a/valid-css.png b/valid-css.png
new file mode 100644 (file)
index 0000000..e65a388
Binary files /dev/null and b/valid-css.png differ
diff --git a/valid-html401.png b/valid-html401.png
new file mode 100644 (file)
index 0000000..c010842
Binary files /dev/null and b/valid-html401.png differ