diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-10 19:40:51 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-10 19:40:51 +0000 |
commit | f1b8b131aeeb67b482135d98660ffe912ccd3ddd (patch) | |
tree | c8b6959a9f692b74cf96e51008acc26e982b12b8 | |
parent | 95f9b4c3bb43d61ce4d1402b36d831328c678184 (diff) | |
download | busybox-w32-f1b8b131aeeb67b482135d98660ffe912ccd3ddd.tar.gz busybox-w32-f1b8b131aeeb67b482135d98660ffe912ccd3ddd.tar.bz2 busybox-w32-f1b8b131aeeb67b482135d98660ffe912ccd3ddd.zip |
- add a colorful "valid HTML 4.01 Transitional" button to be able to check the referer easily.
Just rip it out if this is not considered generally useful.. TIA.
git-svn-id: svn://busybox.net/trunk/busybox@14797 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | docs/busybox.net/footer.html | 5 | ||||
-rw-r--r-- | docs/busybox.net/images/valid-html401.png | bin | 0 -> 1950 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/busybox.net/footer.html b/docs/busybox.net/footer.html index 31f8ca7b0..e8a32727d 100644 --- a/docs/busybox.net/footer.html +++ b/docs/busybox.net/footer.html | |||
@@ -31,6 +31,11 @@ | |||
31 | src="images/osuosl.png" | 31 | src="images/osuosl.png" |
32 | alt="This site is kindly hosted by OSL"></a> | 32 | alt="This site is kindly hosted by OSL"></a> |
33 | </td> | 33 | </td> |
34 | <td> | ||
35 | <a href="http://validator.w3.org/check?uri=referer"><img | ||
36 | src="images/valid-html401.png" | ||
37 | alt="Valid HTML" height="31" width="88"></a> | ||
38 | </td> | ||
34 | 39 | ||
35 | </TR> | 40 | </TR> |
36 | </table> | 41 | </table> |
diff --git a/docs/busybox.net/images/valid-html401.png b/docs/busybox.net/images/valid-html401.png new file mode 100644 index 000000000..ec9bc0ce0 --- /dev/null +++ b/docs/busybox.net/images/valid-html401.png | |||
Binary files differ | |||