aboutsummaryrefslogtreecommitdiff
path: root/test/resources
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-28 10:37:00 +1000
committerYuchen Pei <hi@ypei.me>2022-07-28 10:37:00 +1000
commit395df086e12e62ae55ebc7012d94896ca8958394 (patch)
treeb1c4c2fd20d65c4de780a76b76204806b6204009 /test/resources
parent2bdf1e590b70724f80beb5702ebb05331973bbc9 (diff)
adding a test for contact finder
Diffstat (limited to 'test/resources')
-rw-r--r--test/resources/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/resources/index.html b/test/resources/index.html
index c5f364c..a011c30 100644
--- a/test/resources/index.html
+++ b/test/resources/index.html
@@ -34,5 +34,10 @@
<script src="app-trilicensed.js"></script>
<script src="proprietary.js"></script>
<script src="tracker.js"></script>
+<div>
+ <a href="bar">About Us</a>
+ <a href="foo">Contact Us</a><span> at lib@re.js.</span>
+ <a href="quux">Website Feedback</a>
+</div>
</body>
</html>