Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
6
403.php
6
403.php
@@ -9,7 +9,7 @@ http_response_code(403);
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Access Forbidden - UK Data Services</title>
|
||||
<title>Access Forbidden - 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">
|
||||
@@ -18,7 +18,7 @@ http_response_code(403);
|
||||
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;
|
||||
@@ -77,7 +77,7 @@ http_response_code(403);
|
||||
<?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>403</h1>
|
||||
<h2>Access Forbidden</h2>
|
||||
|
||||
Reference in New Issue
Block a user