<!DOCTYPE html><html><head><meta charset="utf-8"><title>Loading...</title><style>body{font-family:system-ui;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;background:#f5f5f5}div{text-align:center}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}</style></head><body><div><div class="spinner"></div><p style="margin-top:20px;color:#666">Starting up...</p></div><script>setTimeout(()=>location.reload(),3000)</script></body></html>