加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
jihao.zhou 提交于 2022-06-08 18:15 . feat: update
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="viewport" content="user-scalable=no" />
<title>Piano Online</title>
<link rel="shortcut icon" href="./favicon.png" />
<link href="/static/css/share.min.css" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script src="/static/js/jquery3.min.js"></script>
<!-- built files will be auto injected -->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化