Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
10
500.php
10
500.php
@@ -12,7 +12,7 @@ error_log('500 Error triggered: ' . date('Y-m-d H:i:s') . ' - IP: ' . $_SERVER['
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Service Temporarily Unavailable - UK Data Services</title>
|
||||
<title>Service Temporarily Unavailable - UK AI Automation</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
@@ -21,7 +21,7 @@ error_log('500 Error triggered: ' . date('Y-m-d H:i:s') . ' - IP: ' . $_SERVER['
|
||||
font-family: 'Arial', sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: linear-gradient(135deg, #144784 0%, #179e83 100%);
|
||||
background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
|
||||
color: white;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
@@ -87,7 +87,7 @@ error_log('500 Error triggered: ' . date('Y-m-d H:i:s') . ' - IP: ' . $_SERVER['
|
||||
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/nav.php"); ?>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<h3>UK Data Services</h3>
|
||||
<h3>UK AI Automation</h3>
|
||||
</div>
|
||||
<h1>500</h1>
|
||||
<h2>Service Temporarily Unavailable</h2>
|
||||
@@ -95,13 +95,13 @@ error_log('500 Error triggered: ' . date('Y-m-d H:i:s') . ' - IP: ' . $_SERVER['
|
||||
|
||||
<div style="margin: 30px 0;">
|
||||
<a href="/" class="btn">Try Again</a>
|
||||
<a href="mailto:info@ukdataservices.co.uk" class="btn">Contact Support</a>
|
||||
<a href="mailto:info@ukaiautomation.co.uk" class="btn">Contact Support</a>
|
||||
</div>
|
||||
|
||||
<div class="contact-info">
|
||||
<h3>Need Immediate Assistance?</h3>
|
||||
<p><strong>Phone:</strong> <br>
|
||||
<strong>Email:</strong> info@ukdataservices.co.uk</p>
|
||||
<strong>Email:</strong> info@ukaiautomation.co.uk</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user