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