Skip to content

Commit e58f79e

Browse files
authored
indexのmetaタグによるredirect設定
1 parent 69b9142 commit e58f79e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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 lang="ja">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="refresh" content="0; URL=https://2025.tskaigi.org">
7+
<title>TSKaigiにリダイレクトします</title>
8+
</head>
9+
<body>
10+
<p>TSKaigiにリダイレクトしています...</p>
11+
<p>自動的にリダイレクトされない場合は<a href="https://2025.tskaigi.org">こちら</a>をクリックしてください。</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)