Files
AdPlatform-Client/Storage/error.html
Grae Jones fdb3e117a9
Some checks failed
Client Admin / build-deploy (push) Failing after 8s
Client Client / build-deploy (push) Failing after 3s
Client Registration / build-deploy (push) Failing after 20s
Client Tech / build-deploy (push) Failing after 1s
Client Home / build-deploy (push) Successful in 14s
First build
2026-03-21 17:54:42 -07:00

24 lines
494 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 40px;
text-align: center;
color: #444;
}
h1 {
font-size: 48px;
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1>404 AdPlatform Error</h1>
<p>Sorry, the page youre looking for doesnt exist.</p>
</body>
</html>