1 Star 0 Fork 347

七夜 / 魔方栈

forked from 程序源代码 / 魔方栈 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
template.html 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
华哲辰 提交于 2020-04-15 21:15 . update f2l
<!DOCTYPE html>
<html lang="zh">
<head>
<link rel="icon" href="./icon.png" type="image/png" />
<link rel="shortcut icon" href="./icon.png" type="image/png" />
<link rel="manifest" href="manifest.json" />
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<meta name="description" content="魔方栈 优美而强大的网页魔方" />
<meta name="keywords" content="魔方 魔方栈 虚拟魔方 公式播放 动画制作" />
<title>魔方栈</title>
<style>
html,
body,
#app {
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/yue7678/cuber.git
git@gitee.com:yue7678/cuber.git
yue7678
cuber
魔方栈
master

搜索帮助