UNPKG

@isthatuzii/create-nano-app

Version:

Desktop application scaffolding tool for the Nano Framework

12 lines 329 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Nano Framework - Template UI</title> </head> <body> <div id="root"></div> <script type="module" src="/src/template-ui/template.jsx"></script> </body> </html>