First com, added hmtl folder

This commit is contained in:
2016-09-21 12:28:14 +00:00
commit 174ebf4e13
97 changed files with 426 additions and 0 deletions

3
scripts/3minReload.js Normal file
View File

@@ -0,0 +1,3 @@
setInterval(function() {
window.location.reload();
}, 300000);