b.html 277 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title>b - test</title>
  4. </head>
  5. <body>
  6. <h1>page b</h1>
  7. <div>b</div>
  8. <a id="a" href="./a.html">go to a</a><br>
  9. <a class="a" href="./c.html">go to c</a><br>
  10. <a class="a" href="./b.html">go to b</a><br>
  11. <a class="a" href="./a.html">go to a</a>
  12. </body>
  13. </html>