<html><head><title>Loading</title><style>body{background:#0a0a0a;display:flex;align-items:center;justify-content:center;height:100vh;margin:0}.d{width:12px;height:12px;background:#fff;border-radius:50%;margin:0 6px;animation:b 1.2s infinite}.d:nth-child(2){animation-delay:.2s}.d:nth-child(3){animation-delay:.4s}@keyframes b{0%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}}</style></head><body><div class=d></div><div class=d></div><div class=d></div></body></html>