mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-06-05 21:59:15 +02:00
Update public/index.html
This commit is contained in:
@@ -35,10 +35,10 @@
|
|||||||
<br><br><br>
|
<br><br><br>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
var CurrentAgeText = document.getElementById("CurrentAge").textContent;
|
var CurrentAgeText = document.getElementById("CurrentAge").innerHTML;
|
||||||
const CurrentAgeRefresh = 50;
|
const CurrentAgeRefresh = 50;
|
||||||
setInterval(
|
setInterval(
|
||||||
function() {CurrentAgeText = "Currently" + UnixToYears() + ".."},
|
function() {CurrentAgeText = "Currently " + UnixToYears() + ".."},
|
||||||
CurrentAgeRefresh);
|
CurrentAgeRefresh);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user