Files
AdPlatform-Client/Client-Tech/dist/index.html
Grae Jones f38a239b9d
All checks were successful
Client Tech / build-deploy (push) Successful in 15s
chore: add Client-Tech files
2026-03-21 18:39:09 -07:00

9 lines
506 B
HTML

<!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>