Skip to content

Commit

Permalink
Add html pages for testing redirect functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Feb 19, 2024
1 parent 5aa7ce0 commit ce9dee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/redirected.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html>
<html>redirected</html>
4 changes: 4 additions & 0 deletions common/src/redirected_http_equiv.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<head>
<meta http-equiv="refresh" content="0;redirected.html" />
</head>

0 comments on commit ce9dee2

Please sign in to comment.