diff options
Diffstat (limited to 'js/tos.js')
-rw-r--r-- | js/tos.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/tos.js b/js/tos.js new file mode 100644 index 0000000..9955abf --- /dev/null +++ b/js/tos.js @@ -0,0 +1,5 @@ +document.addEventListener("DOMContentLoaded", () => { + $("#nav-home-button").click(() => { + window.location.replace("/index.html"); + }); +});
\ No newline at end of file |