Skip to content

Commit 61f3eff

Browse files
Add index.html for redirecting to Auto-KDK website
1 parent 61238dc commit 61f3eff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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 name="description" content="Auto-KDKはキーボード自動設計ツールおよび専用のコントローラボードです。キー配置を指定することで、基板・ケース・ファームウェアの設定を作成できます。">
7+
<meta name="keywords" content="keyboard, design, PCB, 自作キーボード, 設計ツール">
8+
<meta http-equiv="refresh" content="0; url=http://auto-kdk.pages.dev/">
9+
<title>Auto-Keyboard-Design-Kit - リダイレクト中...</title>
10+
</head>
11+
<body>
12+
<p>Redirecting to <a href="http://auto-kdk.pages.dev/">http://auto-kdk.pages.dev/</a>...</p>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)