chore: add Client-Tech files
All checks were successful
Client Tech / build-deploy (push) Successful in 15s

This commit is contained in:
Grae Jones
2026-03-21 18:39:09 -07:00
parent 925924d713
commit f38a239b9d

9
Client-Tech/dist/index.html vendored Normal file
View File

@@ -0,0 +1,9 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>AdPlatform Tech Access</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=DM+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body><div id="root"></div>
<script defer="defer" src="bundle.js">
</script>
</body>
</html>