File tree Expand file tree Collapse file tree 7 files changed +98
-0
lines changed Expand file tree Collapse file tree 7 files changed +98
-0
lines changed Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/LICENSE-text.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/LICENSE.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/authors.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/news/index.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/reference/chat_append.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/reference/chat_ui.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2
+ < head >
3
+ < title > Redirect</ title >
4
+ < script type ="text/javascript ">
5
+ var redirects = { "" :"r/reference/index.html" } ;
6
+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7
+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8
+ window . document . title = 'Redirect to ' + redirect ;
9
+ window . location . replace ( redirect ) ;
10
+ </ script >
11
+ </ head >
12
+ < body >
13
+ </ body >
14
+ </ html >
You can’t perform that action at this time.
0 commit comments