-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
35 lines (33 loc) · 1.42 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>极客青年博客</title>
<link href=./static/img/favicon.ico rel=icon type=image/x-icon>
<link href=./static/img/favicon.ico rel="shortcut icon" type=image/x-icon>
<link href=./static/img/favicon.ico rel=bookmark type=image/x-icon>
<link href=./static/css/app.2aaea4ded4fe7975e36790b43e09e6d8.css rel=stylesheet>
</head>
<body>
<div id=app></div>
<script type=text/javascript src=./static/js/manifest.c9db6f858046937d6daf.js></script>
<script type=text/javascript src=./static/js/vendor.a22078aef76b5a3de175.js></script>
<script type=text/javascript src=./static/js/app.e5313d41fd3c63a1c021.js></script>
<script defer src="https://busuanzi.9420.ltd/js"></script>
<!-- 居中对齐 彩色字体显示-->
<div style="text-align: center;">
本文总阅读量 <span id="busuanzi_page_pv"
style="color: #50ebc4; font-size: 20px; font-weight: bold;">
></span> 次
本文总访客量 <span id="busuanzi_page_uv"
style="color: #03ec16; font-size: 20px; font-weight: bold;">
></span> 人
本站总访问量 <span id="busuanzi_site_pv"
style="color: #9775f5; font-size: 20px; font-weight: bold;">
></span> 次
本站总访客数 <span id="busuanzi_site_uv"
style="color: #e95faf; font-size: 20px; font-weight: bold;">
></span> 人
</div>
</body>
</html>