加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
44112895 提交于 2020-12-09 23:58 . version 1.0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>五子棋</title>
<link rel="stylesheet" href="css/index.css">
<script src="scripts/jquery-3.5.1.js"></script>
</head>
<body>
<div class="message">
<div>白子先行:</div>
</div>
<canvas id="myCanvas" width="740" height="740">
您的浏览器不支持canvas元素,请更新或更换您的浏览器。
</canvas>
</body>
<script src="js/index.js"></script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化