CINXE.COM

We’ve Moved!

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Cache-Control" content="no-cache"> <title>We’ve Moved!</title> <style> body { margin: 0; padding: 0; background-image: url(images/New/background_img.jpg); background-size: cover; color: white; font-family: Arial, sans-serif; text-align: center; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { max-width: 600px; padding: 20px; } h1 { color: #6cfa65; font-size: 3rem; } .logo { width: 80%; max-width: 300px; margin: 20px 0; } p { font-size: 1.2rem; margin: 20px 0 30px; line-height: 30px; } .button { display: inline-block; padding: 12px 20px; background: #3566a8; color: #6cfa65; border-radius: 8px; text-decoration: none; font-size: 1rem; font-weight: bold; } .button:hover { background: #264c7e; } @media (max-width: 600px) { h1 { font-size: 1.8rem; } p { font-size: 1rem; } .button { padding: 10px 15px; font-size: 0.9rem; } } </style> </head> <body> <div class="container"> <h1>We’ve Moved!</h1> <img src="images/New/logo.png" alt="Orysys Logo" class="logo"> <p>Exciting news! CBC Tech Solutions has evolved into Orysys to serve you better with innovative solutions.</p> <a href="https://orysys.com/" class="button">Visit Our New Website</a> </div> </body> </html>

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