summaryrefslogtreecommitdiffstats
path: root/htdocs/header.html
blob: 4fdf7ec33fdad3329042b0347ab382f3fb3abbbf (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
35
36
37
38
39
40
<!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">
  <!--#if expr="$QUERY_STRING = /(^|[;&])debug(=[^0]?)?(\b|$)/"
    --><!--#set var="debug" value="1" --><!--#endif -->
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title><!--#echo var="title" --></title>
    <link rev="made" href="mailto:www-validator@w3.org" />
    <link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" />
    <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" />
    <style type="text/css" media="all">
      @import "<!--#echo var="relroot" -->style/base";
    </style>
    <!--#if expr="$includeJS = 1" --><!--#if expr="$debug = 1" -->
    <script type="text/javascript" src="scripts/mootools-1.2.5-core-nc.js"></script>
    <script type="text/javascript" src="scripts/mootools-1.2.5.1-more.js"></script>
    <script type="text/javascript" src="scripts/w3c-validator.js"></script>
    <!--#else -->
    <script type="text/javascript" src="scripts/combined"></script>
    <!--#endif --><!--#endif -->    
    <meta name="keywords" content="HTML, HyperText Markup Language, Validation,
      W3C Markup Validation Service" />
    <meta name="description" content="W3C's easy-to-use
      markup validation service, based on SGML and XML parsers." />
    <!--#if expr="$feeds = 1" -->
    <link rel="alternate" type="application/atom+xml" href="http://www.w3.org/QA/Tools/validator-whatsnew.atom" />
    <!--#endif -->
  </head>

  <body>
   <div id="banner">
    <h1 id="title">
      <a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="<!--#echo var="relroot" -->images/no_w3c.png" /></a>
			<a href="<!--#echo var="relroot" -->"><span>Markup Validation Service</span></a>
      </h1>
      <p id="tagline">Check the markup (HTML, XHTML, …) of Web documents</p>
   </div>