Skip to content

Commit 8f143d6

Browse files
authored
Add index.html for GitHub profile redirection
0 parents  commit 8f143d6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://github.com/himoon">
5+
<script type="text/javascript">
6+
window.location.href = "https://github.com/himoon";
7+
</script>
8+
<title>Redirecting to GitHub...</title>
9+
</head>
10+
<body>
11+
<p>잠시 후 GitHub 프로필로 이동합니다. 이동하지 않으면 <a href="https://github.com/himoon">여기</a>를 클릭하세요.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)