mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-22 22:14:47 +00:00
34 lines
907 B
HTML
34 lines
907 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Index</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Index Title</h1>
|
||
|
|
<a id="good"></a>
|
||
|
|
<p>
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
<a href="/nested">home</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a href="/nested/about">About</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a href="/nested/another page">About</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a href="/nested/about/index.html#fragment">Fragment</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a href="/nested/about/index.html#missing">Missing</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a href="#good">Good</a>
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
<a href="#bad">Bad</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</p>
|
||
|
|
</body>
|
||
|
|
</html>
|