<!DOCTYPE html><html><head><title>Starting Server...</title><meta http-equiv="refresh" content="5"><style>body{background:#0b0b0b;color:#00a4dc;font-family:Arial;display:flex;justify-content:center;align-items:center;height:100vh;margin:0}.spinner{border:4px solid rgba(0,164,220,0.1);border-top:4px solid #00a4dc;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style><script>fetch("/wake-trigger").catch(e=>console.log(e));</script></head><body><div style="text-align:center"><h1>Waking Up From Nap, One Sec...</h1><div class="spinner"></div><p>This usually takes 2-3 minutes. Page will refresh automatically.</p></div></body></html>