Browse Source

examples: Add some text to the DO example page

Renée Kooi 7 years ago
parent
commit
cd242f82b4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      examples/digitalocean-spaces/index.html

+ 5 - 0
examples/digitalocean-spaces/index.html

@@ -7,6 +7,11 @@
     <link href="uppy.min.css" rel="stylesheet">
   </head>
   <body>
+    <h1>DigitalOcean Spaces</h1>
+    <p>
+      Using the <a href="https://uppy.io/docs/aws-s3">AwsS3</a> plugin to upload to DigitalOcean Spaces ✌️
+    </p>
+
     <script src="main.js"></script>
   </body>
 </html>