Skip to content

Commit ce9dee2

Browse files
committed
Add html pages for testing redirect functionality
1 parent 5aa7ce0 commit ce9dee2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

common/src/redirected.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!DOCTYPE html>
2+
<html>redirected</html>

common/src/redirected_http_equiv.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<meta http-equiv="refresh" content="0;redirected.html" />
4+
</head>

0 commit comments

Comments
 (0)