index.html
1.04 KB
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<title>2020 KBO Winning Prediction - Lotte Giants</title>
</head>
<body style="margin-left: 2em;">
<h1 style="font-style: italic;">2020 KBO Winning Prediction - Lotte Giants</h1>
<h2>[Choose Lotte's opposing team]</h2>
<div></div>
<button type = "vs_doosan" onclick ="location.href='/vs_doosan'">vs_doosan</button>
<button type = "vs_nc" onclick ="location.href='/vs_nc'">vs_nc</button>
<button type = "vs_kia" onclick ="location.href='/vs_kia'">vs_kia</button>
<button type = "vs_kiwoom" onclick ="location.href='/vs_kiwoom'">vs_kiwoom</button>
<button type = "vs_hanhwa" onclick ="location.href='/vs_hanhwa'">vs_hanhwa</button>
<button type = "vs_samsung" onclick ="location.href='/vs_samsung'">vs_samsung</button>
<button type = "vs_sk" onclick ="location.href='/vs_sk'">vs_sk</button>
<button type = "vs_lg" onclick ="location.href='/vs_lg'">vs_lg</button>
<button type = "vs_kt" onclick ="location.href='/vs_kt'">vs_kt</button>
</body>
</html>