diff options
author | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
commit | cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c (patch) | |
tree | 632b911da25fc24b6b3d331d7ceffc22606b8e5b /lv2specgen/footer.html | |
parent | 61842745ab15454ee66be54a6f3bcc148a75406f (diff) | |
download | lv2-cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c.tar.xz |
Initial import of lv2plug.in universe.
Diffstat (limited to 'lv2specgen/footer.html')
-rw-r--r-- | lv2specgen/footer.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lv2specgen/footer.html b/lv2specgen/footer.html new file mode 100644 index 0000000..5259e4c --- /dev/null +++ b/lv2specgen/footer.html @@ -0,0 +1,22 @@ + <span about="" resource="http://www.w3.org/TR/rdfa-syntax" + rel="dct:conformsTo"> + <a href="http://validator.w3.org/check?uri=referer"> + <img style="border:0;width:88px;height:31px" + src="http://www.w3.org/Icons/valid-xhtml-rdfa-blue" + alt="Valid XHTML + RDFa"/> + </a> + </span> + <span about="" resource="http://www.w3.org/TR/CSS2" + rel="dct:conformsTo"> + <a href="http://jigsaw.w3.org/css-validator/check/referer"> + <img style="border:0;width:88px;height:31px" + src="http://jigsaw.w3.org/css-validator/images/vcss-blue" + alt="Valid CSS"/></a> + </span> + <span about=""> + <a about="" rel="license" href="http://creativecommons.org/licenses/by/3.0/"> + <img alt="Creative Commons Attribution 3.0 Unported License" + style="border-width:0;width:88px;height:31px" + src="http://i.creativecommons.org/l/by/3.0/88x31.png" /> + </a> + </span> |