6 Star 85 Fork 27

donggushi/用vue写的仿苹果官网项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
donggushi 提交于 2020-07-03 17:27 . changeindex.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Simon的苹果官网</title>
<link rel="stylesheet" href="https://at.alicdn.com/t/font_1907176_8v9neysx1wu.css">
</head>
<body>
<div id="app"></div>
</body>
<style >
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/donggushi/vueforappleofficialsite.git
git@gitee.com:donggushi/vueforappleofficialsite.git
donggushi
vueforappleofficialsite
用vue写的仿苹果官网项目
master

搜索帮助