-
Notifications
You must be signed in to change notification settings - Fork 12
/
visitors-countor.html
36 lines (36 loc) · 1.8 KB
/
visitors-countor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en-us" manifest="manifest.appcache">
<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, minimum-scale=0.5, maximum-scale=3.0">
<link rel="icon" href="https://cdn.xgqfrms.xyz/logo/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://cdn.xgqfrms.xyz/logo/favicon.png" type="image/png">
<base href="/">
<meta name="author" content="xgqfrms, webgeeker">
<meta name="keywords" content="xgqfrms, webgeeker, github,Tutorials, ES5 ES6 ES7, React 2, Angular 2, Ionic 2">
<meta name="description" content="xgqfrms's learning website! & xgqfrms, webgeeker, Tutorials, ES5 ES6 ES7, React 2, Angular 2, Ionic 2">
<meta name="application-name" content="learning.xgqfrms.xyz">
<meta name="generator" content="Sublime Text 3, Visual Studio Code 1.8, Google Chrome Canary, GitHub, React 2, Angular 2, Ionic 2">
<link rel="author" type="text/plain" href="https://learning.xgqfrms.xyz/humans.txt" />
<title>访问量</title>
</head>
<body>
<div class="info">
<span id="showDays" class="show-days"></span>
---
<span id="busuanzi_container_site_pv">
总访问量: <mark>100,100,0<span id="busuanzi_value_site_pv"></span></mark>次
</span>
</div>
<!-- js -->
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js" crossorigin="anonymous"></script>
<script>
var birthDay = new Date('07/07/2012');
var now = new Date();
var duration = now.getTime() - birthDay.getTime();
var total= Math.floor(duration / (1000 * 60 * 60 * 24));
document.getElementById("showDays").innerHTML = "本站已运行 "+total+" 天";
</script>
</body>
</html>