|
@@ -12,6 +12,7 @@ Dropbox
|
|
|
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>
|
|
|
|
|
@@ -28,3 +29,9 @@ Here you'll see a demo of how you might set up Dropbox with Uppy:
|
|
|
</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 %}
|