aboutsummaryrefslogtreecommitdiff
path: root/testdata/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/web/index.html')
-rw-r--r--testdata/web/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testdata/web/index.html b/testdata/web/index.html
new file mode 100644
index 0000000..5d85bcf
--- /dev/null
+++ b/testdata/web/index.html
@@ -0,0 +1,11 @@
+<!--
+SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+SPDX-License-Identifier: GPL-3.0-only
+-->
+<html>
+ <body>
+ <img src="/broken.png" />
+ <a href="/brokenPage">Broken page</a>
+ <a href="/page2">Page 2</a>
+ </body>
+</html>