✨ feat: Hit counter
This commit is contained in:
parent
d5446ec249
commit
7b4b4d6ce6
3 changed files with 12 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
<option value="http://primefaces.org/ui" />
|
||||
<option value="http://tiles.apache.org/" />
|
||||
<option value="http://nerdlistings.info" />
|
||||
<option value="http://hitcounters.net" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
|
|
7
dist/index.html
vendored
7
dist/index.html
vendored
|
@ -77,7 +77,12 @@
|
|||
</main>
|
||||
|
||||
<aside class="Site-info">
|
||||
<b>updated:</b>
|
||||
<b>visitors:</b>
|
||||
<!-- Counter Code START -->
|
||||
<script src="http://hitcounters.net/counter.php?id=11368&cmd=cookie"></script>
|
||||
<img src="http://hitcounters.net/counter.php?id=11368&cmd=img_only" alt="hit counter" style="display: inline-block;">
|
||||
<!-- Counter Code END -->
|
||||
<b>updated:</b>
|
||||
|
||||
</aside>
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
<b>visitors:</b>
|
||||
<!-- Counter Code START -->
|
||||
<script src="http://hitcounters.net/counter.php?id=11368&cmd=cookie"></script>
|
||||
<img src="http://hitcounters.net/counter.php?id=11368&cmd=img_only" alt="hit counter" style="display: inline-block;">
|
||||
<!-- Counter Code END -->
|
||||
<b>updated:</b>
|
||||
|
|
Loading…
Reference in a new issue