diff options
author | ot <ot@localhost> | 2008-07-28 19:39:35 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-07-28 19:39:35 +0000 |
commit | bd2a432cfb69a75cdde006fdb45fee4828969dac (patch) | |
tree | e6fa2f422ac95b68b8829e72918a96a7b2541c5a | |
parent | 45054cf053c588c014d8a63f3848bb1718c1071f (diff) | |
download | markup-validator-bd2a432cfb69a75cdde006fdb45fee4828969dac.zip markup-validator-bd2a432cfb69a75cdde006fdb45fee4828969dac.tar.gz markup-validator-bd2a432cfb69a75cdde006fdb45fee4828969dac.tar.bz2 |
using the site-wide SSI for header
-rw-r--r-- | misc/testsuite/templates/index.html | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/misc/testsuite/templates/index.html b/misc/testsuite/templates/index.html index 2df9ee2..6f00350 100644 --- a/misc/testsuite/templates/index.html +++ b/misc/testsuite/templates/index.html @@ -1,22 +1,9 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html lang="en"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>Link Check Test Suite Index</title> - <meta name="author" content="olivier Thereaux"> - <style type="text/css" media="all"> - @import "http://validator.w3.org/style/base.css"; - </style> - -</head> -<body> -<div id="banner"> - <h1 id="title"> - <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="http://validator.w3.org/images/w3c.png" /></a> - <a href="./"><span>Markup Validator Test Suite</span></a> - </h1> - <p id="tagline">Collection of test cases for W3C Markup Validator</p> -</div> + +<!--#set var="revision" value="\$Id: index.html,v 1.2 2008-07-28 19:39:35 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-07-28 19:39:35 $" +--><!--#set var="title" value="The W3C Markup Validation Service: Tests" +--><!--#set var="relroot" value="../../" +--><!--#include virtual="../../header.html" --> <div class="doc"> <h2>Test Suite Index</h2> <p id="skip"> |