-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 733 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="referrer" content="no-referrer">
<meta http-equiv="refresh" content="0; url=https://skct.agenticfabworks.com/">
<link rel="canonical" href="https://skct.agenticfabworks.com/">
<title>SKCT Practice로 이동</title>
</head>
<body>
<p><a href="https://skct.agenticfabworks.com/">SKCT Practice로 이동</a></p>
<script>
const base = "/skct_tool";
const path = location.pathname.startsWith(base)
? location.pathname.slice(base.length) || "/"
: "/";
location.replace(`https://skct.agenticfabworks.com${path}${location.search}${location.hash}`);
</script>
</body>
</html>