goldsmith/plugins/absolute/testdata/source/index.html
2024-02-16 22:35:49 -08:00

8 lines
225 B
HTML

<html>
<body>
<a href="dir/index.html#anchor">Relative link</a>
<a href="/index.html?query">Absolute link</a>
<a href="https://www.example.com/dir/index.html">External link</a>
</body>
</html>