25 lines
943 B
HTML
25 lines
943 B
HTML
<?xml version="1.0" encoding="US-ASCII" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/test.css" />
|
|
<link rel="stylesheet" type="text/css" href="test3.css" />
|
|
<title>Test #01</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Test #01</h1>
|
|
|
|
<ul>
|
|
<li><a href="http://www.cpan.org/"><acronym title="Comprehensive Perl Archive Network">CPAN</acronym></a></li>
|
|
<li><a href="http://www.yahoo.com/nonexistent">Non-existing HTTP</a></li>
|
|
<li><a href="http://www.domain.invalid/">Non-existing HTTP host</a></li>
|
|
<li><a href="ftp://ftp.cpan.org/"><acronym title="Comprehensive Perl Archive Network">CPAN</acronym> FTP</a></li>
|
|
<li><a href="ftp://ftp.cpan.org/nonexistent">Non-existing FTP</a></li>
|
|
<li><a href="ftp://ftp.domain.invalid/">Non-existing FTP host</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|