diff options
author | Thomas Gambet <tgambet@w3.org> | 2013-09-12 19:41:16 +0200 |
---|---|---|
committer | Thomas Gambet <tgambet@w3.org> | 2013-09-12 19:41:16 +0200 |
commit | f86eda07ae749b36546f60a2817c2ef6f454a93e (patch) | |
tree | 72a2ab870593a09228181ce140145938386d867e /htdocs/intro.html | |
parent | 9dd64b57a3ccac258738d93db7fabffb80271b5f (diff) | |
download | markup-validator-f86eda07ae749b36546f60a2817c2ef6f454a93e.zip markup-validator-f86eda07ae749b36546f60a2817c2ef6f454a93e.tar.gz markup-validator-f86eda07ae749b36546f60a2817c2ef6f454a93e.tar.bz2 |
updated the donation/sponsorship program to use w3c-include.js
Diffstat (limited to 'htdocs/intro.html')
-rw-r--r-- | htdocs/intro.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/intro.html b/htdocs/intro.html index 55bc0f7..48aae3c 100644 --- a/htdocs/intro.html +++ b/htdocs/intro.html @@ -13,8 +13,10 @@ </p> </div> -<div class="intro" id="don_program"></div> -<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script> +<div id="w3c-include"> + <script type="text/javascript" src="http://www.w3.org/QA/Tools/w3c-include.js"></script> +</div> + <p id="test_warning"><img src="images/info_icons/warning.png" alt="Important" /> This instance of the validator is either a development version used for testing purposes, or a local copy of the <a href="http://validator.w3.org/source/">W3C Markup Validator software</a> used for development and testing purposes.<br /> |