Initial commit.
This commit is contained in:
24
t/htdocs/dir01/start.html
Normal file
24
t/htdocs/dir01/start.html
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!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="../stylesheets/test2.css" />
|
||||
<title>Test Start</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Test Start</h1>
|
||||
|
||||
<p xml:lang="zh-tw">這是一頁測試網頁。</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="test01.html">Test #01</a></li>
|
||||
<li><a href="test02.html">Test #02</a></li>
|
||||
<li><a href="../test03.html">Test #03</a></li>
|
||||
<li><a href="../test04.html">Test #04</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
24
t/htdocs/dir01/test01.html
Normal file
24
t/htdocs/dir01/test01.html
Normal file
@ -0,0 +1,24 @@
|
||||
<?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>
|
3
t/htdocs/stylesheets/test.css
Normal file
3
t/htdocs/stylesheets/test.css
Normal file
@ -0,0 +1,3 @@
|
||||
p {
|
||||
text-indent: 0.5in;
|
||||
}
|
14
t/htdocs/test03.html
Normal file
14
t/htdocs/test03.html
Normal file
@ -0,0 +1,14 @@
|
||||
<?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" />
|
||||
<title>Test #03</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Test #03</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user