UNPKG

refunjs

Version:

Modern React-based framework for building scalable web applications with enhanced developer experience

14 lines (12 loc) 270 B
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>RefunJS App</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>