Files
AdPlatform-Client/Storage/index.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

19 lines
354 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Images</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 40px;
text-align: center;
}
</style>
</head>
<body>
<h1>Ad Platform Images</h1>
<p>This is the default landing page.</p>
</body>
</html>