File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
3+
34< head >
4- < meta charset ="utf-8 ">
5- < title > Xelo – redirecting…</ title >
6- < script >
7- // GitHub Pages doesn't redirect /Xelo → /Xelo/ automatically in all cases.
8- // This 404 page catches that and sends visitors to the right place.
9- var path = window . location . pathname ;
10- if ( path === '/Xelo' || path === '/Xelo/' ) {
11- window . location . replace ( '/Xelo/docs/' ) ;
12- } else {
13- window . location . replace ( '/Xelo/docs/' ) ;
14- }
15- </ script >
16- < meta http-equiv ="refresh " content ="0; url=/Xelo/docs/ ">
5+ < meta charset ="utf-8 ">
6+ < title > Xelo – redirecting…</ title >
7+ < script >
8+ // GitHub Pages doesn't redirect /Xelo → /Xelo/ automatically in all cases.
9+ // This 404 page catches that and sends visitors to the right place.
10+ var path = window . location . pathname ;
11+ if ( path === '/Xelo' || path === '/Xelo/' ) {
12+ window . location . replace ( '/Xelo/docs/' ) ;
13+ } else {
14+ window . location . replace ( '/Xelo/docs/' ) ;
15+ }
16+ </ script >
17+ < meta http-equiv ="refresh " content ="0; url=/Xelo/docs/ ">
1718</ head >
19+
1820< body >
19- < p > Page not found. Redirecting to < a href ="/Xelo/docs/ "> Xelo docs</ a > …</ p >
21+ < p > Page not found. Redirecting to < a href ="/Xelo/docs/ "> Xelo docs</ a > …</ p >
2022</ body >
21- </ html >
23+
24+ </ html >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
3+
34< head >
45 < meta charset ="utf-8 ">
56 < script > window . location . replace ( '/Xelo/docs/' ) ; </ script >
67 < meta http-equiv ="refresh " content ="0; url=/Xelo/docs/ ">
78 < link rel ="canonical " href ="https://nuguardai.github.io/Xelo/docs/ ">
89 < title > Xelo – redirecting…</ title >
910</ head >
11+
1012< body >
1113 < p > Redirecting to < a href ="/Xelo/docs/ "> Xelo docs</ a > …</ p >
1214</ body >
13- </ html >
15+
16+ </ html >
You can’t perform that action at this time.
0 commit comments