Skip to content

Commit

Permalink
test busuanzi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan95567 committed Dec 16, 2023
1 parent d508de6 commit eceb375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ body{
.scrolldown{
transform: translateY(-40%);
}
.project-item, .busuanzi{
.project-item, .busuanzi,.traffic{
font-family: 'Julius Sans One', sans-serif;
font-size: 15spx;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h3>PigZzz handcrafts!</h3>
</div>
</div>
</div>
<div id="title"><h2>Website traffic</h2></div>
<div id="traffic"><h2>Website traffic</h2></div>
<div id="maparea">
<div class="map">
<script type="text/javascript" id="clstr_globe" src="//clustrmaps.com/globe.js?d=W5WVvhiDcMQSAaSy8-_jFxA4G53LboTLzmYLRzAGoBs"></script>
Expand All @@ -137,11 +137,11 @@ <h3>PigZzz handcrafts!</h3>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span id="busuanzi_container_site_uv">
<i class="people"></i>
visitors<span id="busuanzi_value_site_uv"></span>
visitors <span id="busuanzi_value_site_uv"></span>
</span>
<span id="busuanzi_container_site_pv">
<i class="eye"></i>
Total visits<span id="busuanzi_value_site_pv"></span>
Total visits <span id="busuanzi_value_site_pv"></span>
</span>
</div>

Expand Down

0 comments on commit eceb375

Please sign in to comment.