Set up basic template for player tracker

This commit is contained in:
Chris Wilson
2021-02-23 19:34:35 -05:00
parent 9c8169afa2
commit 34c74c9d2a
5 changed files with 205 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
window.addEventListener('load', () => {
// setTimeout(() => window.location.reload(), 15000);
});