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< meta http-equiv ="refresh " content ="0; url=https://research.ampo.org/activitysim/ " />
2+
3+ <!DOCTYPE html>
4+ < html lang ="en ">
5+ < head >
6+ < meta charset ="UTF-8 ">
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < title > Redirect Page</ title >
9+ < script >
10+ window . onload = function ( ) {
11+ const params = new URLSearchParams ( window . location . search ) ;
12+ const query = params . get ( 'q' ) ;
13+ const base_url = "https://activitysim.github.io/activitysim/v1.3.1/"
14+
15+ if ( query === 'docs' ) {
16+ window . location . href = base_url ;
17+ } else if ( query === 'skims' ) {
18+ window . location . href = base_url + 'users-guide/model_anatomy.html#skims' ;
19+ } else {
20+ // This is the default redirect if no other q's match...
21+ window . location . href = 'https://research.ampo.org/activitysim' ;
22+ }
23+ } ;
24+ </ script >
25+ </ head >
26+ < body >
27+ < p > Redirecting...</ p >
28+ </ body >
29+ </ html >
You can’t perform that action at this time.
0 commit comments