22 lines
		
	
	
		
			479 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			479 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html lang="en-us">
 | |
| <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>這是一頁測試網頁。</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>
 |