<!doctype html>
<html><head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Your IP</title>
<style>
body{font-family:system-ui,sans-serif;margin:3rem}
.box{padding:1.25rem;border:1px solid #ddd;border-radius:12px;max-width:520px}
.ip{font-size:2rem;font-weight:700;margin-top:.5rem}
.muted{color:#666;font-size:.95rem}
</style>
</head>
<body>
<div class='box'>
  <div class='muted'>Detected IP address:</div>
  <div class='ip'>216.73.216.148</div>
  <div class='muted' style='margin-top:1rem'>Powered by Nucleus</div>
</div>
</body></html>