1 Star 0 Fork 0

潘诚宽/Donuts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
潘诚宽 提交于 2021-07-21 19:40 . 还原 index.html 和 app.js
<!doctype html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>甜甜圈</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img { max-width: 100% }
:root {
--button-height: 32px;
--font-size: 14px;
--button-bg: white;
--button-active-bg: #eee;
--border-radius: 4px;
--color: #333;
--border-color: #999;
--border-color-hover: #666;
}
#app {
}
body {
font-size: var(--font-size);
}
</style>
</head>
<body>
<div id="app">
</div>
<script src="./src/app.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pan-chengkuan/Donuts.git
git@gitee.com:pan-chengkuan/Donuts.git
pan-chengkuan
Donuts
Donuts
main

搜索帮助