Skip to content

Commit e2d2e29

Browse files
author
fadeouter
committed
update
1 parent 96197e2 commit e2d2e29

File tree

12 files changed

+135
-5
lines changed

12 files changed

+135
-5
lines changed

nk/business/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/csr/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/ess/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/geekteachers/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/glebleee/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/medium/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/ngo/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/redirect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

nk/rsaimpactreport/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

nk/sia2023/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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>

0 commit comments

Comments
 (0)