<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>タイピングゲーム</title>
</head>
<body>
<h1>プログラミング言語を選択してください</h1>
<button onclick="location.href='java.html'">Java</button>
<button onclick="location.href='javascript.html'">JavaScript</button>
<button onclick="location.href='php.html'">PHP</button>
<button onclick="location.href='ruby.html'">Ruby</button>
<button onclick="location.href='c.html'">C</button>
<button onclick="location.href='cpp.html'">C++</button>
<button onclick="location.href='csharp.html'">C#</button>
<button onclick="location.href='python.html'">Python</button>
</body>
</html>