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 91d24b8 commit fb40ac5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
</div>
<button id="fetchStats" class="fetch-stats">POST</button>
</div>

<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>
</body>
</html>

0 comments on commit fb40ac5

Please sign in to comment.