<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Parking Page</title><style>body,html{margin:0;padding:0;background:linear-gradient(135deg,#004e92,#000428);background-size:200% 200%;animation:gradient 15s ease infinite;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;color:#fff;height:100vh;display:flex;flex-direction:column}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}header{position:relative;padding:1.2rem 2rem;background:rgba(255,255,255,.05)}a{color:#fff}.header-container{max-width:1000px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center}.logo{position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px}.logo svg{width:100%;height:100%}.header-title{font-size:1.2rem;font-weight:600}main{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}footer{background-color:rgba(255,255,255,.05);padding:2rem 1rem;color:rgba(255,255,255,.85);font-size:.95rem;text-align:center}.footer-links{margin-top:1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.footer-links a{color:#ccc;text-decoration:none}.footer-links a:hover{text-decoration:underline}.search-container{display:flex;max-width:400px;margin:1rem auto}.search-container input{flex:1;padding:.75rem;border:none;border-radius:4px 0 0 4px}.search-container button{padding:.75rem 1rem;border:none;background-color:#39c;color:#fff;font-weight:700;border-radius:0 4px 4px 0;cursor:pointer}</style></head><body><header><div class="header-container"><div class="logo"><a href="https://regery.com/"><svg viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet"><defs><path d="M343.63 120.17C392.66 120.17 430.53 133.97 456.07 159.22C477.5 180.65 489.25 210.88 489.25 248.46C489.25 310.7 455.78 349.75 406.75 367.95C413.03 377.13 444.45 423.02 500.99 505.64L401.76 505.64L318.09 382.33L267.01 307.47C309.81 307.47 333.59 307.47 338.35 307.47C379.74 307.47 403.23 285.45 403.23 251.99C403.23 215.58 377.98 196.79 336.59 196.79C326.9 196.79 278.46 196.79 191.27 196.79L139.01 120.17C261.78 120.17 329.99 120.17 343.63 120.17Z" id="dB2kg3nMM"></path><path d="M245.58 387.83C244.76 387.91 244.76 427.18 245.58 505.64L157.25 505.64L157.25 387.83C216.95 387.76 246.39 387.76 245.58 387.83Z" id="c173nLVW1"></path></defs><use href="#dB2kg3nMM" fill="#ffffff"></use><use href="#c173nLVW1" fill="#ffffff"></use></svg></a></div><h1 class="header-title">Regery Parking Page</h1></div></header><main><div><h1><span id="domain-name"></span></h1><p>This domain is online and can be managed at&nbsp;<a href="https://regery.com/">regery.com</a></p><form class="search-container" onsubmit="return redirectToSearch()"><input type="text" id="domainInput" placeholder="Looking for the perfect name?"><button type="submit">Search</button></form></div></main><footer>&copy;<span id="year"></span>&nbsp;Regery. All rights reserved.<div class="footer-links"><a href="https://regery.com/en/domains/search">Domains</a><a href="https://regery.com/en/security/domain-ssl-certificates/brands/all-domain-certificates">Security</a><a href="https://regery.com/en/docs/terms-of-service">Terms of Service</a><a href="https://regery.com/en/docs/domain-registration-agreement">Registration Agreement</a><a href="https://regery.com/en/docs/abuse-policy">Abuse Report Policy</a><a href="https://regery.com/en/docs/privacy-policy">Privacy Policy</a></div></footer><script>document.getElementById("year").textContent = new Date().getFullYear();
    document.getElementById('domain-name').textContent = window.location.hostname;
    function redirectToSearch() {
      const val = document.getElementById('domainInput').value.trim();
      if (!val) return false;
      window.location.href = `https://regery.com/domains/search/${val}`;
      return false;
    }</script></body></html>
