Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -1,7 +1,7 @@
<?php
http_response_code(404);
$page_title = "Page Not Found | UK Data Services";
$page_title = "Page Not Found | UK AI Automation";
$page_description = "The page you're looking for doesn't exist. Explore our data services or contact us for assistance.";
?>
<!DOCTYPE html>
@@ -41,7 +41,7 @@ $page_description = "The page you're looking for doesn't exist. Explore our data
.error-code {
font-size: 8rem;
font-weight: 700;
color: #144784;
color: #7c3aed;
margin-bottom: 20px;
line-height: 1;
}