Blame view

index.html 416 Bytes
qingxiao committed
1 2
<!DOCTYPE html>
<html>
simon committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <title>天宝公众号</title>
</head>

<body>

  <script src="./static/js/weixin-1.1.0.js"></script>
  <script src="./static/js/hdp-4.4.0.min.js"></script>
  <script src="./static/js/as.js"></script>
  <div id="app"></div>
  <!-- built files will be auto injected -->
</body>

qingxiao committed
19
</html>