<!doctype html><html lang="ko"><head>
    <meta charset="utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1" />
    <title>SEO 최적화중...</title>
    <style>
      html,body { height:100%; margin:0; padding:0; background:#000; }
      body { display:flex; align-items:center; justify-content:center; color:#00ff66; font-family:"Courier New",monospace; letter-spacing:2px; }
      .wrap{text-align:center;font-size:26px;}
      .dots{display:inline-block;width:1ch;}
      .dots::after{content:'';animation:dots 1.2s steps(3,end) infinite;}
      @keyframes dots{0%{content:'';}33%{content:'.';}66%{content:'..';}100%{content:'...';}}
    </style></head><body>
    <div class="wrap">SEO 최적화중<span class="dots"></span></div></body></html>