CINXE.COM

404 Page Not Found

<!DOCTYPE html> <html> <head> <title>404 Page Not Found</title> <style> body { background-color: #f1f1f1; font-family: Arial, sans-serif; text-align: center; padding: 50px; } h1 { font-size: 36px; margin-bottom: 50px; } img { max-width: 100%; height: auto; margin-bottom: 50px; } a { background-color: #4CAF50; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.3s ease; } a:hover { background-color: #357e68; color: white; transform: translateY(-3px); box-shadow: 0 2px 4px rgba(0,0,0,0.2); } </style> </head> <body> <h1>404 Page Not Found</h1> <img src="https://sansad.in/poi/images/404.png" alt="404 Error"> <p>Sorry, the page you're looking for can't be found.</p> <a href="https://sansad.in/poi/">Home</a> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10