| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>Loop Page 2 - Crawler Test</title> |
| | <style> |
| | body { font-family: Arial; margin: 40px; } |
| | .nav { margin: 20px 0; } |
| | a { color: blue; margin-right: 15px; } |
| | </style> |
| | </head> |
| | <body> |
| | <h1>Loop Page 2</h1> |
| | <p>This is loop page 2 with some dummy text.</p> |
| | <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod |
| | tempor incididunt ut labore et dolore magna aliqua.</p> |
| | <div class="nav"> |
| | <a href="loop1.html">Back to Loop 1</a> |
| | <a href="index.html">Back to Home</a> |
| | </div> |
| | </body> |
| | </html> |