index.html 3.6 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8
<!-- index.html -->

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <meta charset="UTF-8">
W
wizardforcel 已提交
9
  <meta name="referrer" content="never">
W
init  
wizardforcel 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  <link rel="stylesheet" href="asset/vue.css">
  <link rel="stylesheet" href="asset/style.css">
  <link rel="stylesheet" href="asset/prism-darcula.css">
  
  <!-- google ads -->
  <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    
  <!-- google webmaster -->
  <meta name="google-site-verification" content="pyo9N70ZWyh8JB43bIu633mhxesJ1IcwWCZlM3jUfFo" />
</head>
<body>
  <div id="app">now loading...</div>
  <script id="footer" type="text/xml">
    <hr/>
    <div align="center">
      <p><a href="http://www.apachecn.org/" target="_blank"><font face="KaiTi" size="6" color="red">我们一直在努力</font></a><p>
W
wizardforcel 已提交
26 27 28 29
      <p><a href="https://github.com/apachecn/{repo}/" target="_blank">apachecn/{repo}</a></p>
      <p><iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo={repo}&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
      <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo={repo}&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
      <iframe align="middle" src="https://ghbtns.com/github-btn.html?user=apachecn&repo={repo}&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="25px"></iframe>
W
init  
wizardforcel 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
      <a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=bcee938030cc9e1552deb3bd9617bbbf62d3ec1647e4b60d9cd6b6e8f78ddc03"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="ML | ApacheCN" title="ML | ApacheCN"></a></p>
      <p><span id='cnzz_stat_icon_1275211409'></span></p>
      <div style="text-align:center;margin:0 0 10.5px;">
        <ins class="adsbygoogle"
             style="display:inline-block;width:728px;height:90px"
             data-ad-client="ca-pub-3565452474788507"
             data-ad-slot="2543897000"></ins>
      </div>
    </div>
  </script>
  <script>
    window.docsPlugin = function(hook) {
      var footer = document.querySelector('#footer').innerHTML
      hook.afterEach(function(html) {
        return html + footer
      })
      hook.doneEach(function() {
        (adsbygoogle = window.adsbygoogle || []).push({})
      })
    }
    
    window.$docsify = {
      loadSidebar: 'SUMMARY.md',
      name: '{name}',
      auto2top: true,
      themeColor: '{color}',
      repo: 'apachecn/{repo}',
      plugins: [window.docsPlugin],
      alias: {
        '/.*/SUMMARY.md': '/SUMMARY.md',
      },
W
wizardforcel 已提交
61
      bdStatId: '38525fdac4b5d4403900b943d4e7dd91',
W
wizardforcel 已提交
62
      cnzzId: '1275211409',
W
init  
wizardforcel 已提交
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
      search: {
        paths: 'auto',
        placeholder: '搜索',
        noData: '没有结果',
      },
      copyCode: {
        buttonText: '复制',
        errorText: 'Error',
        successText: 'OK!',
      },
    }
  </script>
  
  <script src="asset/docsify.min.js"></script>
  <script src="asset/search.min.js"></script>
  <script src="asset/prism-java.min.js"></script>
  <script src="asset/prism-c.min.js"></script>
  <script src="asset/prism-cpp.min.js"></script>
  <script src="asset/prism-csharp.min.js"></script>
  <script src="asset/prism-javascript.min.js"></script>
  <script src="asset/prism-python.min.js"></script>
  <script src="asset/prism-php.min.js"></script>
  <script src="asset/docsify-copy-code.min.js"></script>
W
wizardforcel 已提交
86
  <script src="asset/docsify-baidu-push.js"></script>
W
wizardforcel 已提交
87
  <script src="asset/docsify-baidu-stat.js"></script>
W
wizardforcel 已提交
88
  <script src="asset/docsify-cnzz.js"></script>
W
init  
wizardforcel 已提交
89 90
</body>
</html>