<!DOCTYPE html><html lang='en'><head><meta charset='UTF-8'><title>Welcome</title><style>body{margin:0;font-family:Arial;background:#0b0e16;color:#f0f0f0}header{text-align:center;padding:80px 20px;background:linear-gradient(135deg,#0b0e16 0%,#132347 100%)}h1{font-size:3rem}.robot-graphic{margin:50px auto;width:180px;filter:drop-shadow(0 0 8px #4fc3f7)}section{max-width:900px;margin:60px auto;text-align:center}.card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);padding:30px;border-radius:12px;margin:20px 0}footer{text-align:center;padding:40px;opacity:0.6}</style></head><body><header><h1>Welcome</h1><p>This is my personal website</p><img class='robot-graphic' src='https://upload.wikimedia.org/wikipedia/commons/0/01/Fluent_Emoji_Color_1f916.svg'></header><section><div class='card'><h2>About</h2><p>Jason-Becker.net is my personal space.</p></div><div class='card'><h2>Services</h2><p>My own hosted applications.</p></div><div class='card'><h2>Contact</h2><p>You likely don't belong here...</p></div></section><footer>&copy; 2026 Jason-Becker.net</footer></body></html>