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>
|
Reference in New Issue
Block a user