<!DOCTYPE html> <html> <head> <title>404 Not Found</title> <style> body { background-color: #F5F5F5; font-family: Arial, sans-serif; } .container { text-align: center; padding-top: 5%; } p { color: #666; } a { display: inline-block; margin-top: 20px; padding: 10px 20px; background-color: #007BFF; color: white; text-decoration: none; border-radius: 3px; transition: background-color 0.3s ease; } a:hover { background-color: #0056b3; } </style> </head> <body> <div class="container"> <img src="/422.png"> <p>The change you wanted was rejected.</p> <a href="/">Back to Home</a> </div> </body> </html>