UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

13 lines (12 loc) 309 B
<!DOCTYPE html> <html lang="en"> <head> <title>Imba Module</title> <link rel="icon" href="data:,"> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> <script type="module" src="./src/index.js"></script> </body> </html>