|
@@ -16,7 +16,7 @@ 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">
|
|
|
-<% include dragdrop/src/html/app.htmls %>
|
|
|
+<% include dragdrop/src/html/app.html %>
|
|
|
<script src="dragdrop/static/js/app.js"></script>
|
|
|
|
|
|
<hr />
|
|
@@ -25,7 +25,7 @@ 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.htmls %}
|
|
|
+{% include_code lang:html dragdrop/src/html/app.html %}
|
|
|
|
|
|
<p>
|
|
|
Along with this JavaScript:
|