Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-02-05 17:19:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db0c8ddf8d04c428aa65504a1b8290e15bc4cdc2
db0c8ddf
1 parent
5590a17d
加入百度统计代码
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
index.html
index.html
View file @
db0c8dd
<!--
* @Date: 2023-06-13 13:26:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
1-18 11:10:18
* @LastEditTime: 2024-0
2-05 17:17:52
* @FilePath: /xysBooking/index.html
* @Description: 西园寺预约
-->
...
...
@@ -13,6 +13,16 @@
<!-- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> -->
<title></title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> -->
<!-- 百度统计 -->
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?84ac3a8535acafc7db3da346a8153ffe"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
</head>
<body>
<div
id=
"app"
></div>
...
...
Please
register
or
login
to post a comment