summaryrefslogtreecommitdiffstats
path: root/htdocs/header.html
blob: c1524476c11de7d9f0983847d3abfc99158c0568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
          <title><!--#echo var="title" --></title>
    <link rev="made" href="mailto:www-validator@w3.org" />
    <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" />
    <style type="text/css" media="all">@import "<!--#echo var="relroot" -->style/base.css";
</style>
    <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addclasskillclass.js"></script>
    <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/attachevent.js"></script>
    <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addcss.js"></script>
    <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/tabtastic.js"></script>
    <meta name="revision" content="$Id: header.html,v 1.48 2007-04-19 19:41:42 ville Exp $" />
    <meta name="keywords" content="HTML, HyperText Markup Language, Validation,
      W3C Markup Validation Service" />
    <meta name="description" content="W3C's easy-to-use
      HTML validation service, based on an SGML parser." />
    <meta name="revision" content="<!--#echo var="revision" -->" />
    <!--#if expr="$feeds = 1" -->
    <link rel="alternate" type="application/atom+xml" href="<!--#echo var="relroot" -->whatsnew.atom" />
    <!--#endif -->
    <!-- SSI Template Version: $Id: header.html,v 1.48 2007-04-19 19:41:42 ville Exp $ -->

  </head>

  <body>
   <div id="banner">
    <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
    <a href="<!--#echo var="relroot" -->"><img src="<!--#echo var="relroot" -->images/markup_validation_service.png" alt="Markup Validation Service" /></a></h1>
   </div>