UNPKG

mantis-app

Version:

M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

16 lines (15 loc) 438 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Mantis Todo</title> <base href="/" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" type="image/x-icon" href="/src/favicon.ico" /> <link rel="stylesheet" href="/src/styles.css" /> </head> <body> <app-root></app-root> <script type="module" src="/src/main.ts"></script> </body> </html>