forked from shiluying/dachuang-factory
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 762 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Index</title>
<link href="style.css" rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="renderer/global.css">
</head>
<body>
<div class="index">
<div class="login-form">
<h1>Choose Chess Type</h1>
<br>
<br>
<div class="button">
<input type="button" onclick="window.location.href='room.html?type=Amazons'" value="Amazons">
<input type="button" onclick="window.location.href='room.html?type=Surakarta'" value="Surakarta">
<!--<input type="button" onclick="window.location.href='room.html'" value="Room">-->
</div>
</div>
</div>
</body>
</html>