feat: 增加百度统计

This commit is contained in:
宁宁 2019-06-28 09:15:14 +08:00
parent 7319994949
commit 8f4719e928

View File

@ -4,21 +4,35 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
<title>any-rule</title>
<title>正则大全</title>
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0a8aba0d0567d5e3b7fa2c9eac9d781f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{overflow-x: hidden;overflow-y:scroll;}
body {
overflow-x: hidden;
overflow-y: scroll;
}
a {
text-decoration: none;
}
input {
outline: none;
border: 0 none;