File tree Expand file tree Collapse file tree 12 files changed +135
-5
lines changed
Expand file tree Collapse file tree 12 files changed +135
-5
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ fetch('/nk/urls.md')
1212 const mappings = { } ;
1313
1414 lines . forEach ( line => {
15- const [ key , url ] = line . split ( '\t ' ) ;
15+ const [ key , url ] = line . split ( ' ' ) ;
1616 if ( key && url ) {
1717 mappings [ key . trim ( ) ] = url . trim ( ) ;
1818 }
19- console . log ( key , url )
19+ console . log ( key , '123' , url )
2020 } ) ;
2121
2222 // Get the last part of the URL path
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Redirection</ title >
7+ </ head >
8+ < body >
9+ < h1 > Redirecting...</ h1 >
10+ < script src ="../redirect.js "> </ script >
11+ </ body >
12+ </ html >
You can’t perform that action at this time.
0 commit comments