<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 Not Found lison</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { text-align: center; } h1 { font-size: 50px; color: #333; } p { font-size: 20px; color: #666; } a { color: #0077cc; text-decoration: none; } a:hover { text-decoration: underline; } </style></head><body><div class="container"> <h1>404</h1> <p>Sorry, the page you are looking for could not be found.</p><!-- <a href="/">Go Home</a>--></div></body></html>