UNPKG

create-bluecopa-react-app

Version:

CLI tool to create bluecopa React applications

15 lines (14 loc) 567 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Bluecopa - AI-powered Finance Automation</title> <meta name="description" content="AI-powered close automation for modern finance teams. Streamline your order-to-cash, procure-to-pay, and record-to-report processes." /> </head> <body> <div id="root"></div> <script type="module" src="/app/main.tsx"></script> </body> </html>