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

8 lines
209 B
HTML
Raw Normal View History

2024-02-17 06:35:49 +00:00
<html>
<body>
<a href="../">Relative link</a>
<a href="https://foosoft.net">Absolute link</a>
<a href="https://www.example.com/dir/index.html">External link</a>
</body>
</html>