goldsmith/plugins/absolute/testdata/source/index.html

8 lines
225 B
HTML
Raw Normal View History

2024-02-17 06:35:49 +00:00
<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>