Author: bugman Date: Mon Mar 26 20:51:59 2012 New Revision: 15641 URL: http://svn.gna.org/viewcvs/relax?rev=15641&view=rev Log: Added a title to the <head> tag of the http://www.nmr-relax.com/qr.html page. This allows the page to pass the W3C validator (http://validator.w3.org). Modified: website/qr.html Modified: website/qr.html URL: http://svn.gna.org/viewcvs/relax/website/qr.html?rev=15641&r1=15640&r2=15641&view=diff ============================================================================== --- website/qr.html (original) +++ website/qr.html Mon Mar 26 20:51:59 2012 @@ -13,7 +13,8 @@ --> <head> - <meta http-equiv="REFRESH" content="5;url=http://www.nmr-relax.com"; /> + <title>QR Code redirection page</title> + <meta http-equiv="REFRESH" content="5; url=http://www.nmr-relax.com"; /> <!--#include virtual="head.html" --> </head>