|
@@ -14,19 +14,21 @@ This example showcases sourcing an UMD dist build straight from a CDN.
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
-We're executing the following HTML snippet:
|
|
|
+On this page we're using the following HTML snippet:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code app.html lang:html cdn/src/html/app.htmls %}
|
|
|
+{% include_code lang:html cdn/src/html/app.htmls %}
|
|
|
<% include cdn/src/html/app.htmls %>
|
|
|
|
|
|
<p>
|
|
|
-We're sourcing the following JS snippet:
|
|
|
+Along with this JavaScript:
|
|
|
</p>
|
|
|
|
|
|
-{% include_code app.js lang:js cdn/src/js/app.js %}
|
|
|
+{% include_code lang:js cdn/src/js/app.js %}
|
|
|
<script src="cdn/static/js/app.js"></script>
|
|
|
|
|
|
+Here you see the result in action:
|
|
|
+
|
|
|
<p>
|
|
|
: )
|
|
|
</p>
|