2021-02-06 19:46:56 +08:00
|
|
|
<html lang="en-us">
|
2021-02-05 22:43:13 +08:00
|
|
|
<head>
|
2021-02-06 19:46:56 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/test.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="test3.css">
|
2021-02-05 22:43:13 +08:00
|
|
|
<title>Test #01</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1>Test #01</h1>
|
|
|
|
|
|
|
|
<ul>
|
2021-02-06 19:46:56 +08:00
|
|
|
<li><a href="http://info.cern.ch">CERN</a></li>
|
|
|
|
<li><a href="http://info.cern.ch/nonexistent">Non-existing HTTP</a></li>
|
2021-02-05 22:43:13 +08:00
|
|
|
<li><a href="http://www.domain.invalid/">Non-existing HTTP host</a></li>
|
2021-02-06 19:46:56 +08:00
|
|
|
<li><a href="ftp://ftp.gnu.org">FTP</a></li>
|
|
|
|
<li><a href="ftp://ftp.gnu.org/nonexistent">Non-existing FTP</a></li>
|
|
|
|
<li><a href="ftp://ftp.domain.invalid">Non-existing FTP host</a></li>
|
2021-02-05 22:43:13 +08:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|