加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
DavidZhou 提交于 2018-04-22 17:12 . 1.提交毕业设计过程管理
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="x5-page-mode" content="app">
<meta name="x5-fullscreen" content="true">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<script src="./static/flex.js"></script>
<script src="http://cdn.bootcss.com/jquery/2.0.0/jquery.min.js "></script><!--引用的cdn的jQ文件-->
<title>毕业设计过程管理网站</title>
<link rel="stylesheet" href="./static/font.css">
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.0&key=73d2109af99a3a588fd483b7aa09ad74&plugin=AMap.Geolocation,AMap.ToolBar,AMap.Geocoder,AMap.Transfer,AMap.Walking,AMap.PlaceSearch,AMap.Autocomplete,AMap.Driving"></script>
<!--<script src="static/vconsole.min.js"></script>-->
</head>
<body>
<div id="app"></div>
<!--<script src="/dist/build.js"></script>-->
<!--<script src="static/moxie.js"></script>-->
<!--<script src="static/plupload.dev.js"></script>-->
<!--<script src="static/qiniu.js"></script>-->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化