<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Coming Soon</title><style>*{margin:0;padding:0;box-sizing:border-box}body{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;overflow:hidden}.gif-container{margin-bottom:2rem;animation:float 3s ease-in-out infinite}.gif-container img{max-width:300px;max-height:300px;width:100%;height:auto;filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}h1{font-size:clamp(2.5rem,8vw,5rem);font-weight:300;text-align:center;letter-spacing:.1em;text-shadow:0 0 30px rgba(255,255,255,.5);opacity:.9}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}</style></head><body><div class="gif-container"><img src="https://emono.host/background-speed.gif" alt="Loading" loading="lazy"></div><h1>Coming Soon...</h1></body></html>