UNPKG

ryuu

Version:

Domo App Dev Studio CLI, The main tool used to create, edit, and publish app designs to Domo

15 lines (14 loc) 407 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Domo Dev Server</title> <link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.svg" type="image/svg+xml" /> </head> <body> <div id="root"></div> <script type="module" src="/main.tsx"></script> </body> </html>