<!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>