Skip to content

Commit

Permalink
Add missing test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Oct 4, 2024
1 parent 47ac4c0 commit 37e21a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/static/page1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html lang="en">
<head></head>
<body>
<h1>Page 1</h1>
<a href="page2.html">Click Me</a>
</body>
</html>
6 changes: 6 additions & 0 deletions tests/static/page2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<html lang="en">
<head></head>
<body>
<h1>Page 2</h1>
</body>
</html>

0 comments on commit 37e21a5

Please sign in to comment.