GALAXY LUXURY
هعیی

ارسال به کهکشان

function delFile(path) { if(confirm("حذف شود؟")) { location.href = ?delete=${path}&p=${psw}; } } // انیمیشن ستاره‌ها (سبک و مخصوص موبایل) const canvas = document.getElementById('stars-canvas'); const ctx = canvas.getContext('2d'); let stars = []; function init() { canvas.width = window.innerWidth; canvas.height = window.innerHeight; stars = Array.from({length: 50}, () => ({ x: Math.random()*canvas.width, y: Math.random()*canvas.height, r: Math.random()*1.5, v: Math.random()*0.3 }));