-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchess.html
More file actions
22 lines (21 loc) · 1.02 KB
/
chess.html
File metadata and controls
22 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="css/chess.css">
<script src="./jquery-3.4.1.min.js"></script>
<script src="chess.js"></script>
</head>
<body>
<div class="box">
<i class="heng"></i><i class="heng"></i><i class="heng"></i><i class="heng"></i><i class="heng"></i><i
class="heng"></i><i class="heng"></i><i class="heng"></i><i class="heng"></i><i class="heng"></i><i
class="heng"></i><i class="heng"></i><i class="heng"></i><i class="heng"></i><i class="heng"></i>
<span class="shu"></span><span class="shu"></span><span class="shu"></span><span class="shu"></span><span
class="shu"></span><span class="shu"></span><span class="shu"></span><span class="shu"></span><span
class="shu"></span><span class="shu"></span><span class="shu"></span><span class="shu"></span><span
class="shu"></span><span class="shu"></span><span class="shu"></span>
</div>
</body>
</html>