JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove redundant php close tags
[wfpl.git] / examples / 404.html
index 7cb09e5..e2c1c1d 100644 (file)
@@ -1,6 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
 
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head>
   <title>404 File Not Found</title>
 </head>
@@ -8,6 +8,6 @@
 <body>
 <h1>404 File Not Found</h1>
 
-<p>Sorry, ~filename.html~ doesn't seem to exist.</p>
+<p>Sorry, ~filename html~ doesn't seem to exist.</p>
 </body>
 </html>