Miroca_Server_file_static

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-01-02 15:08:38 +05:00
parent 0df2ccb03c
commit 0495a3069a
409 changed files with 193583 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
var width = window.innerWidth;
window.onresize = function (){
if(window.innerWidth != width){
location.reload()
}
console.log(window.innerWidth)
}