index.html 335 B

123456789101112
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <title>Node.js + Uppy Example</title>
  7. </head>
  8. <body>
  9. <noscript>The app requires JavaScript to be enabled.</noscript>
  10. <script src="./main.js" type="module"></script>
  11. </body>
  12. </html>