index.html 323 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>Uppy AWS Presigned URL Example</title>
  7. <link href="uppy.min.css" rel="stylesheet" />
  8. </head>
  9. <body>
  10. <script src="main.js" type="module"></script>
  11. </body>
  12. </html>