CINXE.COM

Important Notice

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Important Notice</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; background: white; padding: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; } h1 { color: #d9534f; margin-bottom: 20px; } p { margin-bottom: 20px; } .email { color: #007bff; text-decoration: none; } .email:hover { text-decoration: underline; } </style> </head> <body> <div class="container"> <h1>Important Notice: Web Application No Longer Available</h1> <p>We regret to inform you that this web application is no longer available.</p> <p>If this site is blocked in error please can the site owner contact us via the email below. Thank you.</p> <p>Email: <a href="mailto:webhosting-support@ucl.ac.uk" class="email">webhosting-support@ucl.ac.uk</a></p> </div> </body> </html>