8 lines
225 B
HTML
Raw Normal View History

2024-02-16 22:35:49 -08: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>