dropbox.ejs 492 B

123456789101112131415161718192021222324252627282930
  1. ---
  2. title: Dropbox
  3. type: examples
  4. order: 1
  5. ---
  6. {% blockquote %}
  7. Dropbox
  8. {% endblockquote %}
  9. <p>
  10. Here you'll see a demo of how you might set up Dropbox with Uppy:
  11. </p>
  12. <% include dropbox/src/html/app.html %>
  13. <script src="dropbox/static/js/app.js"></script>
  14. <hr />
  15. <p>
  16. On this page we're using the following HTML snippet:
  17. </p>
  18. {% include_code &nbsp; lang:html dropbox/src/html/app.html %}
  19. <p>
  20. Along with this JavaScript:
  21. </p>
  22. {% include_code &nbsp; lang:js dropbox/src/js/app.js %}