1 Star 0 Fork 0

liner123/go_shop_client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 918 Bytes
一键复制 编辑 原始数据 按行查看 历史
liner123 提交于 2020-09-27 15:31 . go外卖项目前台
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<title>gshop</title>
<link rel="stylesheet" href="./static/css/reset.css">
<link rel="stylesheet" href="http://at.alicdn.com/t/font_518606_6676bmcalnrhehfr.css">
<script src="https://as.alipayobjects.com/g/component/fastclick/1.0.6/fastclick.js">
</script>
<script>
if ('addEventListener' in document) {
document.addEventListener('DOMContentLoaded', function () {
FastClick.attach(document.body)
}, false)
}
if (!window.Promise) {
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js" ' + '>' + '<' + '/' + 'script>')
}
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be autwo injected -->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liner123/go_shop_client.git
git@gitee.com:liner123/go_shop_client.git
liner123
go_shop_client
go_shop_client
master

搜索帮助