aboutsummaryrefslogtreecommitdiff
path: root/testdata/web/page2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/web/page2/index.html')
-rw-r--r--testdata/web/page2/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/web/page2/index.html b/testdata/web/page2/index.html
index 0fc7601..ae6b4ea 100644
--- a/testdata/web/page2/index.html
+++ b/testdata/web/page2/index.html
@@ -9,5 +9,6 @@ SPDX-License-Identifier: GPL-3.0-only
<a href="broken/relative">broken relative link</a>
<a href="/">Back with absolute path</a>
<a href="../">Back with relative path</a>
+ <a href="http://127.0.0.1:11900/page2">External URL page2</a>
</body>
</html>