summaryrefslogtreecommitdiff
path: root/brokenlinks/testdata/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'brokenlinks/testdata/web/index.html')
-rw-r--r--brokenlinks/testdata/web/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html
index 596d374..88f1184 100644
--- a/brokenlinks/testdata/web/index.html
+++ b/brokenlinks/testdata/web/index.html
@@ -29,5 +29,8 @@ SPDX-License-Identifier: GPL-3.0-only
<!-- Pages with insecure TLS -->
<a href="https://127.0.0.1:11838">Insecure pages</a>
+
+ <!-- Pages with invalid domain -->
+ <a href="https://domain">Invalid domain</a>
</body>
</html>