summaryrefslogtreecommitdiff
path: root/internal/findlinks/html/ex1.html
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-08 12:32:26 -0400
committerdemo <demo@antix1>2026-05-08 12:32:26 -0400
commit918fff21c024d062fec9a15b03c3533c5dab4cff (patch)
tree0c61ab3aff135eba7da8ca42b75dbff838ea403e /internal/findlinks/html/ex1.html
parent1e5825c17624208d0d3ec7af1bd9a5b0b12da013 (diff)
test: start writing basic tests
I've also moved the html to the findlinks package directory for now.
Diffstat (limited to 'internal/findlinks/html/ex1.html')
-rw-r--r--internal/findlinks/html/ex1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/findlinks/html/ex1.html b/internal/findlinks/html/ex1.html
new file mode 100644
index 0000000..833f110
--- /dev/null
+++ b/internal/findlinks/html/ex1.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+ <h1>Hello!</h1>
+ <a href="/other-page">A link to another page</a>
+</body>
+</html>