setinterval
This commit is contained in:
parent
31eb44ea00
commit
79d8147d44
@ -22,7 +22,7 @@
|
|||||||
background-color: lime;
|
background-color: lime;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
align-items: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
#noclass{
|
#noclass{
|
||||||
align-self: center;
|
align-self: center;
|
||||||
@ -87,6 +87,8 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
checkTime();
|
checkTime();
|
||||||
|
setInterval(checkTime, 1000);
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user