Initial Commit

This commit is contained in:
Christer Warén
2022-05-18 12:31:00 +03:00
commit cc46f8fff4
23 changed files with 1797 additions and 0 deletions

View File

@ -0,0 +1,3 @@
$(document).ready(function(){
document.cookie = "javascriptSupport=1; path=/; domain=" + location.hostname + "; secure";
});