template.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>template</title> <link rel="stylesheet" href="/inc/style.css" type="text/css"> </head> <body> <p> This template shows the minimum of what is required to pass through the w3c validator. </p> <p> In addition it has a stylesheet, which is not required. But sites normally contains a stylesheet, which defines the appearances of the tags. </p> <p> Notice on the charset: It *should* be the same as what the http-server sets in the response header. </p> </body> </html>