296 |
$self->html (q[<!DOCTYPE html> |
$self->html (q[<!DOCTYPE html> |
297 |
<html lang="en"> |
<html lang="en"> |
298 |
<head> |
<head> |
299 |
<title>Web Document Conformance Checker (BETA)</title> |
<title>WebHACC (BETA) Result</title> |
300 |
<link rel="stylesheet" href="../cc-style.css" type="text/css"> |
<link rel="stylesheet" href="../cc-style.css" type="text/css"> |
301 |
</head> |
</head> |
302 |
<body> |
<body> |
303 |
<h1><a href="../cc-interface">Web Document Conformance Checker</a> |
<h1><a href="../cc-interface"><abbr title="Web Hypertext Application Conformance Checker (BETA)"><img src="../icons/title" alt="WebHACC"></abbr></a></h1> |
|
(<em>beta</em>)</h1> |
|
304 |
]); |
]); |
305 |
} # html_header |
} # html_header |
306 |
|
|