Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
增加百度统计代码
Browse files Browse the repository at this point in the history
  • Loading branch information
kitakamiooi committed Dec 29, 2015
1 parent f3835cf commit 0105e4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/ooi.css
Expand Up @@ -35,4 +35,8 @@ html, body, h1, h2, h3, h4, h5, h6 {

#ooi-game #externalswf {
margin: 0 auto 15px auto;
}

.statistics {
visibility: hidden;
}
11 changes: 11 additions & 0 deletions templates/base.html
Expand Up @@ -31,5 +31,16 @@ <h1 class="uk-text-primary">OOI - 舰娘在线缓存系统</h1>
<address>海平线镇守府 &copy; 2014-2015</address>
</div>
</div>
<div class="statistics">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?2714bec03788d3954b1185fac21f9323";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</div>
</body>
</html>

0 comments on commit 0105e4d

Please sign in to comment.