12345678910111213141516171819202122232425262728293031323334353637 |
- ---
- title: Dropbox
- type: examples
- order: 1
- ---
- {% blockquote %}
- Dropbox
- {% endblockquote %}
- <p>
- Here you'll see a demo of how you might set up Dropbox with Uppy:
- </p>
- <link rel="stylesheet" href="dropbox/src/css/app.css">
- <% include dropbox/src/html/app.html %>
- <script src="dropbox/static/js/app.js"></script>
- <hr />
- <p>
- On this page we're using the following HTML snippet:
- </p>
- {% include_code lang:html dropbox/src/html/app.html %}
- <p>
- Along with this JavaScript:
- </p>
- {% include_code lang:js dropbox/src/js/app.js %}
- <p>
- And the following CSS:
- </p>
- {% include_code lang:css dropbox/src/css/app.css %}
|