Skip to content

Commit

Permalink
Update Time_display.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kouhei-1 authored Sep 25, 2024
1 parent 12b0499 commit ee0dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Time_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1><span id="Local_time"></span></h1>
`+ hours + ":" + minutes + ":" + seconds+after_decimal;
document.getElementById("Local_time").innerHTML = text;
}
setInterval(showTime, 13);
setInterval(showTime, 23);
</script>
</body>
</html>

0 comments on commit ee0dbe1

Please sign in to comment.