UNPKG

genericsuite

Version:
18 lines (17 loc) 544 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" href="favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>GenericSuite (Vite)</title> <!-- <link href="gs_core.css" rel="stylesheet"> --> <!-- Tailwind CSS --> <link href="output.css" rel="stylesheet"> </head> <body> <div id="root"></div> <script type="module" src="/src/index.jsx"></script> <!-- <script type="module" src="/src/index.tsx"></script> --> </body> </html>