2022-03-01 23:31:20 +08:00

34 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>茄子统计</title>
</head>
<body>
<div class="app">
免费UV,PV统计可自行部署也可直接使用。使用文档见<a href="/manage/">开始使用</a>
</div>
<div style="text-align: center;">
<div id="qieziStatisticHtmlHostPv" style="display: none;">页面访问次数:<span id="qieziStatisticHtmlHostPvValue"></span>&nbsp;</div>
<div id="qieziStatisticHtmlHostUv" style="display: none;">&nbsp;总访客数:<span id="qieziStatisticHtmlHostUvValue"></span></div>
</div>
<script>
//设置实际部署的host和key
window.qieziStatisticHost="http://localhost:8080";
window.qieziStatisticKey="d862c12a68ad4d579c6066ac2f064a07";
</script>
<script src="/qiezijs/1.0/qiezi_statistic.js" type="text/javascript"></script>
<style>
.app{
width:80%;
margin: 0 auto;
text-align: center;
}
</style>
</body>
</html>