index.html 1.18 KB
Newer Older
afc163's avatar
Updates  
afc163 committed
1 2 3 4 5 6
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Ant Design Pro</title>
afc163's avatar
Updates  
afc163 committed
7
  <link rel="icon" href="https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png" type="image/x-icon">
afc163's avatar
Updates  
afc163 committed
8 9
  <link rel="stylesheet" href="index.css" />
</head>
afc163's avatar
Updates  
afc163 committed
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<body><script>
  // Enable Google Analytics
  if (!location.port) {
    /* eslint-disable */
    (function (i, s, o, g, r, a, m) {
      i['GoogleAnalyticsObject'] = r;
      i[r] = i[r] || function () {
          (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date();
      a = s.createElement(o),
        m = s.getElementsByTagName(o)[0];
      a.async = 1;
      a.src = g;
      m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
    ga('create', 'UA-72788897-6', 'auto');
    ga('send', 'pageview');
    /* eslint-enable */
  }
  </script>
  
afc163's avatar
Updates  
afc163 committed
31
  <div id="root"></div>
afc163's avatar
Updates  
afc163 committed
32
  <script src="https://gw.alipayobjects.com/as/g/??datavis/g2/2.3.12/index.js,datavis/g-cloud/1.0.2/index.js,datavis/g2-plugin-slider/1.2.1/slider.js"></script>
afc163's avatar
Updates  
afc163 committed
33 34 35
  <script src="index.js"></script>
</body>
</html>