1 Star 0 Fork 146

Wind / wisdom-education-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
架构师的思想 提交于 2020-03-11 19:23 . 项目初始化
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./static/image/title.png" type="image/x-icon"/>
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="//at.alicdn.com/t/font_1294545_86zgohwawmn.css">
<link rel="stylesheet" href="path/to/video.js/dist/video-js.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<script src="https://cdn.bootcss.com/wow/1.1.2/wow.min.js"></script>
<script type="text/javascript">
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
mobile: true,
live: true
});
wow.init();
</script>
<!--<script type="text/javascript" src="path/to/video.min.js"></script>
<script type="text/javascript" src="path/to/vue.min.js"></script>
<script type="text/javascript" src="path/to/dist/vue-video-player.js"></script>
<script type="text/javascript">
Vue.use(window.VueVideoPlayer)
</script>-->
<title>智慧云智能教育平台</title>
<style>
#app{width: 100%;}
.el-submenu__title .haha i.el-submenu__icon-arrow{color: #fff!important;}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
1
https://gitee.com/fbwlan/wisdom-education-front.git
git@gitee.com:fbwlan/wisdom-education-front.git
fbwlan
wisdom-education-front
wisdom-education-front
latest_branch

搜索帮助