|
@@ -4,9 +4,6 @@ type: examples
|
|
|
order: 2
|
|
|
---
|
|
|
|
|
|
-<!-- Basic Uppy styles -->
|
|
|
-<link rel="stylesheet" href="dragdrop/static/css/uppy.css">
|
|
|
-
|
|
|
{% blockquote %}
|
|
|
Drag & Drop
|
|
|
{% endblockquote %}
|
|
@@ -15,7 +12,7 @@ Drag & Drop
|
|
|
Here you'll see a demo of how you might set up Drag and Drop with Uppy:
|
|
|
</p>
|
|
|
|
|
|
-<link rel="stylesheet" href="dragdrop/static/js/app.css">
|
|
|
+<link rel="stylesheet" href="dragdrop/src/css/app.css">
|
|
|
<% include dragdrop/src/html/app.html %>
|
|
|
<script src="dragdrop/static/js/app.js"></script>
|
|
|
|
|
@@ -25,16 +22,16 @@ Here you'll see a demo of how you might set up Drag and Drop with Uppy:
|
|
|
On this page we're using the following HTML snippet:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code lang:html dragdrop/src/html/app.html %}
|
|
|
+{% include_code lang:html dragdrop/src/html/app.html %}
|
|
|
|
|
|
<p>
|
|
|
Along with this JavaScript:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code lang:js dragdrop/src/js/app.js %}
|
|
|
+{% include_code lang:js dragdrop/src/js/app.js %}
|
|
|
|
|
|
<p>
|
|
|
And the following CSS:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code lang:js dragdrop/src/css/app.css %}
|
|
|
+{% include_code lang:css dragdrop/src/css/app.css %}
|