index.html 460 B

1234567891011121314151617
  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 DigitalOcean Example</title>
  7. <link href="uppy.min.css" rel="stylesheet">
  8. </head>
  9. <body>
  10. <h1>DigitalOcean Spaces</h1>
  11. <p>
  12. Using the <a href="https://uppy.io/docs/aws-s3">AwsS3</a> plugin to upload to DigitalOcean Spaces ✌️
  13. </p>
  14. <script src="main.js"></script>
  15. </body>
  16. </html>