Skip to content

Commit 5b3e668

Browse files
committed
Merge branch 'master' of github.com:CactiLab/CactiLab.github.io
2 parents 2740e59 + 61313d1 commit 5b3e668

11 files changed

Lines changed: 2117 additions & 0 deletions

.history/tools/index_20250228103209.html

Whitespace-only changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting...</title>
7+
<script>
8+
// 리디렉션할 URL 설정
9+
const targetURL = "https://example.com"; // 변경할 URL
10+
window.location.replace(targetURL); // 302 리디렉션 실행
11+
</script>
12+
</head>
13+
<body>
14+
<p>Redirecting... If not redirected, <a href="https://example.com">click here</a>.</p>
15+
</body>
16+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting...</title>
7+
<script>
8+
// 리디렉션할 URL 설정
9+
const targetURL = "https://example.com"; // 변경할 URL
10+
window.location.replace(targetURL); // 302 리디렉션 실행
11+
</script>
12+
</head>
13+
<body>
14+
<p>Redirecting... If not redirected, <a href="https://example.com">click here</a>.</p>
15+
</body>
16+
</html>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting...</title>
7+
<script>
8+
const targetURL = "https://hey.iamyourjun.com/tool/";
9+
window.location.replace(targetURL);
10+
</script>
11+
</head>
12+
<body>
13+
<p>Redirecting... If not redirected, <a href="https://example.com">click here</a>.</p>
14+
</body>
15+
</html>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting...</title>
7+
<script>
8+
const targetURL = "https://hey.iamyourjun.com/tool/";
9+
window.location.replace(targetURL);
10+
</script>
11+
</head>
12+
<body>
13+
<p>Redirecting... If not redirected, <a href="https://hey.iamyourjun.com/tool/">click here</a>.</p>
14+
</body>
15+
</html>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Redirecting...</title>
7+
<script>
8+
const targetURL = "https://hey.iamyourjun.com/tool/";
9+
window.location.replace(targetURL);
10+
</script>
11+
</head>
12+
<body>
13+
<p>Redirecting... If not redirected, <a href="https://hey.iamyourjun.com/tool/">click here</a>.</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)