BraydenMoore commited on
Commit
11f9dba
1 Parent(s): 5d3e07e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -214,7 +214,7 @@
214
  };
215
  const timeString = now.toLocaleTimeString('en-US', options);
216
  document.getElementById("time").textContent = timeString;
217
- }, 1000);
218
  });
219
 
220
 
 
214
  };
215
  const timeString = now.toLocaleTimeString('en-US', options);
216
  document.getElementById("time").textContent = timeString;
217
+ }, 200);
218
  });
219
 
220