UNPKG

create-revo

Version:

React Project Setup Tool built on Vite

20 lines (19 loc) 667 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/revo.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Revo</title> <meta name="author" content="Tarun Gupta" /> <!-- <meta name="keywords" content="" /> --> <!-- <meta name="description" content=""/> --> <!-- <meta property="og:image" content="" /> --> <!-- <meta property="og:title" content="" /> --> <!-- <meta property="og:description" content="" /> --> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>