Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
M3351AN authored Mar 30, 2024
1 parent fb40ac5 commit 3b0b7a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,15 @@
</div>
</div>
</div>
<div style="display: flex;">
<button id="fetchStats" class="fetch-stats">POST</button>
</div>
<div id="copyright">
<div id="copyright">
<script>
function Year(number) { return (number < 1000) ? number + 1900 : number; }
document.write('© '+Year(new Date().getYear())+' 渟雲 - All Rights Reserved');<!--te quiero mucho-->
</script>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 3b0b7a9

Please sign in to comment.