( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page Not Found | The Brand AI</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 5%;
background-color: #f9fafb;
color: #333;
}
h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
p {
font-size: 1.2rem;
margin-bottom: 2rem;
}
a {
display: inline-block;
padding: 0.8rem 1.5rem;
background: #000;
color: #fff;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
}
a:hover {
background: #444;
}
</style>
</head>
<body>
<h1>Oops! Page not found</h1>
<p>Looks like this page doesn’t exist. But don’t worry, you can head back home.</p>
<a href="/">Go to Homepage</a>
</body>
</html>