-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (123 loc) · 4.34 KB
/
index.html
File metadata and controls
126 lines (123 loc) · 4.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<meta charset=UTF-8>
<title>C(he)ss</title>
<link rel=stylesheet href=index.css>
<form method=post action=https://j8m6riyxod.execute-api.ca-central-1.amazonaws.com/beta/>
<label>
<input type=radio name=from checked>
<input type=radio name=from id=a8 value=a8 disabled>
<input type=radio name=from id=b8 value=b8 disabled>
<input type=radio name=from id=c8 value=c8 disabled>
<input type=radio name=from id=d8 value=d8 disabled>
<input type=radio name=from id=e8 value=e8 disabled>
<input type=radio name=from id=f8 value=f8 disabled>
<input type=radio name=from id=g8 value=g8 disabled>
<input type=radio name=from id=h8 value=h8 disabled>
<input type=radio name=from id=a7 value=a7 disabled>
<input type=radio name=from id=b7 value=b7 disabled>
<input type=radio name=from id=c7 value=c7 disabled>
<input type=radio name=from id=d7 value=d7 disabled>
<input type=radio name=from id=e7 value=e7 disabled>
<input type=radio name=from id=f7 value=f7 disabled>
<input type=radio name=from id=g7 value=g7 disabled>
<input type=radio name=from id=h7 value=h7 disabled>
<input type=radio name=from id=a2 value=a2 class="a3 a4">
<input type=radio name=from id=b2 value=b2 class="b3 b4">
<input type=radio name=from id=c2 value=c2 class="c3 c4">
<input type=radio name=from id=d2 value=d2 class="d3 d4">
<input type=radio name=from id=e2 value=e2 class="e3 e4">
<input type=radio name=from id=f2 value=f2 class="f3 f4">
<input type=radio name=from id=g2 value=g2 class="g3 g4">
<input type=radio name=from id=h2 value=h2 class="h3 h4">
<input type=radio name=from id=a1 value=a1>
<input type=radio name=from id=b1 value=b1 class="a3 c3">
<input type=radio name=from id=c1 value=c1>
<input type=radio name=from id=d1 value=d1>
<input type=radio name=from id=e1 value=e1>
<input type=radio name=from id=f1 value=f1>
<input type=radio name=from id=g1 value=g1 class="f3 h3">
<input type=radio name=from id=h1 value=h1>
<table>
<tr>
<td><label for=a8>♜</label>
<td><label for=b8>♞</label>
<td><label for=c8>♝</label>
<td><label for=d8>♛</label>
<td><label for=e8>♚</label>
<td><label for=f8>♝</label>
<td><label for=g8>♞</label>
<td><label for=h8>♜</label>
</tr>
<tr>
<td><label for=a7>♟</label>
<td><label for=b7>♟</label>
<td><label for=c7>♟</label>
<td><label for=d7>♟</label>
<td><label for=e7>♟</label>
<td><label for=f7>♟</label>
<td><label for=g7>♟</label>
<td><label for=h7>♟</label>
</tr>
<tr>
<td class="a7 b8">
<td class=b7>
<td class="c7 b8">
<td class=d7>
<td class=e7>
<td class="f7 g8">
<td class=g7>
<td class="h7 g8">
</tr>
<tr>
<td class=a7>
<td class=b7>
<td class=c7>
<td class=d7>
<td class=e7>
<td class=f7>
<td class=g7>
<td class=h7>
</tr>
<tr>
<td class=a2><input type=submit name=to value=a4>
<td class=b2><input type=submit name=to value=b4>
<td class=c2><input type=submit name=to value=c4>
<td class=d2><input type=submit name=to value=d4>
<td class=e2><input type=submit name=to value=e4>
<td class=f2><input type=submit name=to value=f4>
<td class=g2><input type=submit name=to value=g4>
<td class=h2><input type=submit name=to value=h4>
</tr>
<tr>
<td class="a2 b1"><input type=submit name=to value=a3>
<td class=b2><input type=submit name=to value=b3>
<td class="c2 b1"><input type=submit name=to value=c3>
<td class=d2><input type=submit name=to value=d3>
<td class=e2><input type=submit name=to value=e3>
<td class="f2 g1"><input type=submit name=to value=f3>
<td class=g2><input type=submit name=to value=g3>
<td class="h2 g1"><input type=submit name=to value=h3>
</tr>
<tr>
<td><label for=a2>♙</label>
<td><label for=b2>♙</label>
<td><label for=c2>♙</label>
<td><label for=d2>♙</label>
<td><label for=e2>♙</label>
<td><label for=f2>♙</label>
<td><label for=g2>♙</label>
<td><label for=h2>♙</label>
</tr>
<tr>
<td><label for=a1>♖</label>
<td><label for=b1>♘</label>
<td><label for=c1>♗</label>
<td><label for=d1>♕</label>
<td><label for=e1>♔</label>
<td><label for=f1>♗</label>
<td><label for=g1>♘</label>
<td><label for=h1>♖</label>
</tr>
</table>
</label>
</form>