1 Star 4 Fork 2

莫石/three-games

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
莫石 提交于 2022-10-24 10:53 . 目录修改
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>目录</title>
<style>
html{
font-family: '华文楷体';
}
.item{
font-size: 10vw;
}
</style>
</head>
<body>
<ul>
<li>
<a class="item" href="./lift/">3d升降机</a>
</li>
<li>
<a class="item" href="./firefighting/">射击</a>
</li>
<li><a href="./billiards/index.html" class="item">桌球</a></li>
</ul>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/withoutRock/three-games.git
git@gitee.com:withoutRock/three-games.git
withoutRock
three-games
three-games
master

搜索帮助