<!DOCTYPE html><html><head><title>Punketech</title><style>body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #0f172a; color: white;} .container { text-align: center; padding: 3rem; background: #1e293b; border-radius: 12px; box-shadow: 0 10px 15px rgba(0,0,0,0.5); border: 1px solid #334155; } h1 { margin-top: 0; color: #38bdf8; font-size: 2.5rem; } p { color: #94a3b8; font-size: 1.2rem; }</style></head><body><div class="container"><h1>punketech.com</h1><p>New website coming soon!</p></div></body></html>