UNPKG

react-raika

Version:

react-starter

16 lines (14 loc) 412 B
<!doctype html> <html lang="en" data-dir="rtl"> <head> <link rel="icon" href="/favicon.ico" /> <link rel="manifest" href="/manifest.json"> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>React Boilerplate</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>