openresty
tcp/443
Open service 2a00:f48:2000:affe:fe00::30:443 ยท ufj.ch
2026-02-03 01:38
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 03 Feb 2026 01:38:36 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Lima-Id: ga0V5bNZybE4rrLElq
Set-Cookie: _lcp=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax; HttpOnly
accept-ranges: bytes
vary: Accept-Encoding
Content-Security-Policy: upgrade-insecure-requests
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Page title: Domain For Rent
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Domain For Rent</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
:root { --brand:#0077cc; }
* { box-sizing: border-box; }
body {
margin: 0; min-height: 100vh;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: linear-gradient(135deg,#4facfe,#00f2fe); color:#333;
display:flex; align-items:center; justify-content:center; padding: 32px;
}
.logo {
position: fixed; top:16px; left:16px; display:flex; align-items:center; gap:10px;
background: rgba(255,255,255,.85); border-radius:12px; padding:8px 12px;
box-shadow: 0 6px 18px rgba(0,0,0,.12);
max-width: 45vw;
}
.logo img, .logo svg { height:28px; width:auto; display:block; }
.logo .brand { font-weight:700; color:#111; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.card {
background:#fff; max-width:560px; width:100%;
padding: 28px 28px; border-radius: 16px;
box-shadow: 0 12px 30px rgba(0,0,0,.15); text-align:center;
}
h1 { margin: 0 0 10px; font-size: 1.9rem; }
p { margin: 8px 0; }
.highlight { color: var(--brand); font-weight:700; }
.btn {
display:inline-block; margin-top:18px; padding:12px 18px;
background:var(--brand); color:#fff; text-decoration:none; font-weight:700;
border-radius:10px; transition: .2s;
}
.btn:hover { filter: brightness(.92); }
.disclaimer { margin-top: 16px; font-size:.85rem; color:#666; }
.footer-note { position:fixed; bottom:10px; left:0; right:0; text-align:center; font-size:.8rem; color:#fff; opacity:.9; }
</style>
</head>
<body>
<!-- Top-left logo area -->
<div class="logo" id="logoBox" style="display:none;">
<img id="logoImg" alt="Logo" />
<span class="brand" id="logoBrand"></span>
</div>
<div class="card">
<h1>๐ This Domain is For Rent</h1>
<p><span id="domain-name" class="highlight">yourdomain.com</span> is currently not in use.</p>
<p>You can rent it for your project, business, or brand.</p>
<p><span class="highlight">Pricing is flexible</span> and billed monthly.</p>
<!-- Static mailto that works without JS -->
<a id="contact-link"
class="btn"
href="mailto:rent@nubio.ch?subject=Domain%20Rental%20Request">
Contact Us
</a>
<p class="disclaimer">No guarantee of availability. The rental is only confirmed after contacting us.</p>
</div>
<div class="footer-note">Questions? Email us anytime.</div>
<script>
// Use ?domain=... if present, else fallback to current hostname
const p = new URLSearchParams(location.search);
const dp = p.get("domain");
const domain = dp ? dp.replace(/[^a-zA-Z0-9.\-]/g,"") : (window.location.hostname || "");
// Show domain text (safe even if JS blocked: button still works)
if (domain) {
document.getElementById("domain-name").textContent = domain;
// Optional: show brand text in logo area
document.getElementById("logoBrand").textContent = domain.replace(/^www\./,'');
}
// Try to load a logo from common paths (optional)
const commonPaths = ["/logo.svg","/assets/logo.svg","/images/logo.svg","/img/logo.svg",
"/static/logo.svg","/favicon.svg","/logo.png","/assets/logo.png",
"/images/logo.png","/img/logo.png","/static/logo.png"];
function tryLoadLogo(list){
if(!list.length) return;
const url = list.shift();
const probe = new Image();
probe.onload = ()=>{
const box = document.getElementById("logoBox");
const img = document.getElementById("logoImg");
img.src = url; box.style.display="flex";
};
probe.onerror = ()=>tryLoadLogo(list);
probe.referrerPolicy = "no-referrer";
probe.src = url;
}
tryLoadLogo([...commonPaths]);
</script>
<script type="text/javascript">window.setTimeout(function() { document.cookie = "_lcp3=a; Path=/; expires=Mon Mar 20 2