File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< html lang ="en ">
33< head >
44 < meta charset ="utf-8 "/>
5- < meta http-equiv ="refresh " content ="0;url=editor .html "/>
5+ < meta http-equiv ="refresh " content ="0;url=showcase .html "/>
66 < title > ShaderBrew</ title >
77</ head >
88< body >
9- < p > Redirecting to < a href ="editor .html "> ShaderBrew Editor </ a > ...</ p >
9+ < p > Redirecting to < a href ="showcase .html "> ShaderBrew</ a > ...</ p >
1010</ body >
1111</ html >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function initTopNav() {
8989 nav . appendChild ( title ) ;
9090
9191 const raw = window . location . pathname . split ( "/" ) . pop ( ) || "index.html" ;
92- const path = raw === "index.html" ? "editor .html" : raw ;
92+ const path = raw === "index.html" ? "showcase .html" : raw ;
9393
9494 for ( const group of NAV_GROUPS ) {
9595 const groupEl = document . createElement ( "div" ) ;
You can’t perform that action at this time.
0 commit comments