mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2024-12-22 22:28:00 +01:00
Update public/index.html
This commit is contained in:
parent
c9ad067ef9
commit
68ca55cd48
@ -35,10 +35,10 @@
|
||||
<br><br><br>
|
||||
</div>
|
||||
<script>
|
||||
var CurrentAgeText = document.getElementById("CurrentAge").textContent;
|
||||
var CurrentAgeText = document.getElementById("CurrentAge").innerHTML;
|
||||
const CurrentAgeRefresh = 50;
|
||||
setInterval(
|
||||
function() {CurrentAgeText = "Currently" + UnixToYears() + ".."},
|
||||
function() {CurrentAgeText = "Currently " + UnixToYears() + ".."},
|
||||
CurrentAgeRefresh);
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user