| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/iylarehberger.com/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<title>iylarehberger.com</title>
<style>
:root {
--bg: #0f172a;
--fg: #f8fafc;
--muted: #94a3b8;
--accent: #38bdf8;
--card: #1e293b;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; }
body {
background: var(--bg);
color: var(--fg);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.5;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}
main {
max-width: 560px;
width: 100%;
background: var(--card);
border-radius: 12px;
padding: 40px 32px;
text-align: center;
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
h1 {
font-size: clamp(28px, 5vw, 40px);
margin: 0 0 24px;
word-break: break-word;
}
p {
color: var(--muted);
margin: 0 0 28px;
font-size: 16px;
}
a.cta {
display: inline-block;
background: var(--accent);
color: #0f172a;
font-weight: 600;
text-decoration: none;
padding: 12px 24px;
border-radius: 8px;
transition: opacity 0.15s ease;
}
a.cta:hover { opacity: 0.85; }
</style>
</head>
<body>
<main>
<h1>iylarehberger.com</h1>
<p>Visit my dad's site:</p>
<a class="cta" href="https://philiprehberger.com">philiprehberger.com</a>
</main>
</body>
</html>