aboutsummaryrefslogtreecommitdiff
path: root/batchtools/headless/src/test/resources/crawlTest/one.html
blob: d5fae55dfe25feae076ac0388e5214fe5db951a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head><title>one</title></head>
  <body>
    <a href="two.html">two</a>
    <a href="one_a.html">one_a</a>
    <a href="one_b.html">one_b</a>
    <a href="one_c.html">one_c</a>
    <a href="one_d.html">one_d</a>
    <a href="one_e.html">one_e</a>
  </body>
</html>