- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Jul 2009 05:13:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3253 Modified Files: .htaccess Added Files: 404.html Log Message: initial add of 404.html page Index: .htaccess =================================================================== RCS file: /sources/public/html5/spec/.htaccess,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .htaccess 18 Jul 2009 09:57:12 -0000 1.2 +++ .htaccess 23 Jul 2009 05:13:50 -0000 1.3 @@ -1 +1,2 @@ DirectoryIndex spec.html +ErrorDocument 404 /html5/spec/404.html --- NEW FILE: 404.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head><script src="link-fixup.js"></script> <title>File not Found</title> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> </head> <body onload="fixBrokenLink(404)"> <h1>File not found</h1> <p>The file you are looking for could not be found.</p> <p>Note that a number of pages in this directory are generated as part of an automated build, so some filenames are likely to change over time.</p> <p>There’s a <a href="./#contents">Table of contents</a> page that might have what you’re looking for.</p> </body> </html>
Received on Thursday, 23 July 2009 05:14:01 UTC