hookehuyr

加入百度统计代码

1 <!-- 1 <!--
2 * @Date: 2023-06-13 13:26:46 2 * @Date: 2023-06-13 13:26:46
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-01-18 11:10:18 4 + * @LastEditTime: 2024-02-05 17:17:52
5 * @FilePath: /xysBooking/index.html 5 * @FilePath: /xysBooking/index.html
6 * @Description: 西园寺预约 6 * @Description: 西园寺预约
7 --> 7 -->
...@@ -13,6 +13,16 @@ ...@@ -13,6 +13,16 @@
13 <!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> --> 13 <!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> -->
14 <title></title> 14 <title></title>
15 <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> --> 15 <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> -->
16 + <!-- 百度统计 -->
17 + <script>
18 + var _hmt = _hmt || [];
19 + (function() {
20 + var hm = document.createElement("script");
21 + hm.src = "https://hm.baidu.com/hm.js?84ac3a8535acafc7db3da346a8153ffe";
22 + var s = document.getElementsByTagName("script")[0];
23 + s.parentNode.insertBefore(hm, s);
24 + })();
25 + </script>
16 </head> 26 </head>
17 <body> 27 <body>
18 <div id="app"></div> 28 <div id="app"></div>
......