|
@@ -12,9 +12,9 @@ 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/src/css/app.css">
|
|
|
-<% include dragdrop/src/html/app.html %>
|
|
|
-<script src="dragdrop/static/js/app.js"></script>
|
|
|
+<link rel="stylesheet" href="dragdrop/css/app.css">
|
|
|
+<% include dragdrop/html/app.html %>
|
|
|
+<script src="dragdrop/js/app.js"></script>
|
|
|
|
|
|
<hr />
|
|
|
|
|
@@ -22,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/html/app.html %}
|
|
|
|
|
|
<p>
|
|
|
Along with this JavaScript:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code lang:js dragdrop/src/js/app.js %}
|
|
|
+{% include_code lang:js dragdrop/js/app.js %}
|
|
|
|
|
|
<p>
|
|
|
And the following CSS:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code lang:css dragdrop/src/css/app.css %}
|
|
|
+{% include_code lang:css dragdrop/css/app.css %}
|