<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>404</title> <style> body{font-family:sans-serif;background:#f5f5f5;color:#333;display:flex;justify-content:center;align-items:center;height:100vh;margin:0} .c{text-align:center;padding:20px} h1{font-size:48px;margin:0} p{font-size:18px;margin:20px 0} a{color:#06c;text-decoration:none} a:hover{text-decoration:underline} </style></head><body> <div class="c"> <h1>404</h1> <p>Page not found.</p> <a href="/">Home</a> </div></body></html>