1- <!DOCTYPE html> < html > < head > < meta charset =utf-8 > < meta name =viewport content ="width=device-width,initial-scale=1 "> < script > // Single Page Apps for GitHub Pages
2- // https://github.com/rafrex/spa-github-pages
3- // Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
4- // ----------------------------------------------------------------------
5- // This script checks to see if a redirect is present in the query string
6- // and converts it back into the correct url and adds it to the
7- // browser's history using window.history.replaceState(...),
8- // which won't cause the browser to attempt to load the new url.
9- // When the single page app is loaded further down in this file,
10- // the correct url will be waiting in the browser's history for
11- // the single page app to route accordingly.
12- ( function ( l ) {
13- if ( l . search ) {
14- var q = { } ;
15- l . search . slice ( 1 ) . split ( '&' ) . forEach ( function ( v ) {
16- var a = v . split ( '=' ) ;
17- q [ a [ 0 ] ] = a . slice ( 1 ) . join ( '=' ) . replace ( / ~ a n d ~ / g, '&' ) ;
18- } ) ;
19- if ( q . p !== undefined ) {
20- window . history . replaceState ( null , null ,
21- l . pathname . slice ( 0 , - 1 ) + ( q . p || '' ) +
22- ( q . q ? ( '?' + q . q ) : '' ) +
23- l . hash
24- ) ;
25- }
26- }
27- } ( window . location ) ) </ script > < script src =https://unpkg.com/default-passive-events > </ script > < title > MrinDoc</ title > < link href =/OpenAPI-Viewer/css/chunk-1a69a02e.3e8bc99d.css rel =prefetch > < link href =/OpenAPI-Viewer/css/chunk-f71b6e9c.a8793610.css rel =prefetch > < link href =/OpenAPI-Viewer/js/chunk-1a69a02e.d698bfc9.js rel =prefetch > < link href =/OpenAPI-Viewer/js/chunk-f71b6e9c.72095b8f.js rel =prefetch > < link href =/OpenAPI-Viewer/css/app.b31e98fb.css rel =preload as =style > < link href =/OpenAPI-Viewer/css/chunk-vendors.a52d238b.css rel =preload as =style > < link href =/OpenAPI-Viewer/js/app.bcc9a69f.js rel =modulepreload as =script > < link href =/OpenAPI-Viewer/js/chunk-vendors.15c2b13f.js rel =modulepreload as =script > < link href =/OpenAPI-Viewer/css/chunk-vendors.a52d238b.css rel =stylesheet > < link href =/OpenAPI-Viewer/css/app.b31e98fb.css rel =stylesheet > </ head > < body > < div id =app > </ div > < script type =module src =/OpenAPI-Viewer/js/chunk-vendors.15c2b13f.js > </ script > < script type =module src =/OpenAPI-Viewer/js/app.bcc9a69f.js > </ script > < script > ! function ( ) { var e = document , t = e . createElement ( "script" ) ; if ( ! ( "noModule" in t ) && "onbeforeload" in t ) { var n = ! 1 ; e . addEventListener ( "beforeload" , function ( e ) { if ( e . target === t ) n = ! 0 ; else if ( ! e . target . hasAttribute ( "nomodule" ) || ! n ) return ; e . preventDefault ( ) } , ! 0 ) , t . type = "module" , t . src = "." , e . head . appendChild ( t ) , t . remove ( ) } } ( ) ; </ script > < script src =/OpenAPI-Viewer/js/chunk-vendors-legacy.0783b72b.js nomodule > </ script > < script src =/OpenAPI-Viewer/js/app-legacy.cefdae38.js nomodule > </ script > </ body > </ html >
1+ <!DOCTYPE html> < html > < head > < meta charset =utf-8 > < meta name =viewport content ="width=device-width,initial-scale=1 "> < script src =https://unpkg.com/default-passive-events > </ script > < title > MrinDoc</ title > < link href =/OpenAPI-Viewer/css/chunk-1a69a02e.3e8bc99d.css rel =prefetch > < link href =/OpenAPI-Viewer/css/chunk-f71b6e9c.a8793610.css rel =prefetch > < link href =/OpenAPI-Viewer/js/chunk-1a69a02e.d698bfc9.js rel =prefetch > < link href =/OpenAPI-Viewer/js/chunk-f71b6e9c.013ea18b.js rel =prefetch > < link href =/OpenAPI-Viewer/css/app.b31e98fb.css rel =preload as =style > < link href =/OpenAPI-Viewer/css/chunk-vendors.a52d238b.css rel =preload as =style > < link href =/OpenAPI-Viewer/js/app.6b25dd0a.js rel =modulepreload as =script > < link href =/OpenAPI-Viewer/js/chunk-vendors.15c2b13f.js rel =modulepreload as =script > < link href =/OpenAPI-Viewer/css/chunk-vendors.a52d238b.css rel =stylesheet > < link href =/OpenAPI-Viewer/css/app.b31e98fb.css rel =stylesheet > </ head > < body > < div id =app > </ div > < script type =module src =/OpenAPI-Viewer/js/chunk-vendors.15c2b13f.js > </ script > < script type =module src =/OpenAPI-Viewer/js/app.6b25dd0a.js > </ script > < script > ! function ( ) { var e = document , t = e . createElement ( "script" ) ; if ( ! ( "noModule" in t ) && "onbeforeload" in t ) { var n = ! 1 ; e . addEventListener ( "beforeload" , function ( e ) { if ( e . target === t ) n = ! 0 ; else if ( ! e . target . hasAttribute ( "nomodule" ) || ! n ) return ; e . preventDefault ( ) } , ! 0 ) , t . type = "module" , t . src = "." , e . head . appendChild ( t ) , t . remove ( ) } } ( ) ; </ script > < script src =/OpenAPI-Viewer/js/chunk-vendors-legacy.0783b72b.js nomodule > </ script > < script src =/OpenAPI-Viewer/js/app-legacy.4db086c5.js nomodule > </ script > </ body > </ html >
0 commit comments