lychee/fixtures/fragments/sub_dir/index.html
ocavue 81f2605118
fix: treat a fragment in an empty directory as an error (#1756)
* fix: treat a fragment in an empty directory as an error
* test: add more fragment tests
2025-07-04 10:25:57 +02:00

10 lines
199 B
HTML
Vendored

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>For Testing Fragments</title>
</head>
<body>
<p id="a-link-inside-index-html-inside-sub-dir">Foo</p>
</body>
</html>