OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: tutorial |
3 title: "Connect Dart & HTML" | 3 title: "Connect Dart & HTML" |
4 description: "Shows basic scaffolding of a Dart web app" | 4 description: "Shows basic scaffolding of a Dart web app" |
5 has-permalinks: true | 5 has-permalinks: true |
6 tutorial: | 6 tutorial: |
7 id: connect-dart-html | 7 id: connect-dart-html |
8 next: add-elements/ | 8 next: add-elements/ |
9 next-title: "Add Elements to the DOM" | 9 next-title: "Add Elements to the DOM" |
10 prev: get-started/ | 10 prev: get-started/ |
11 prev-title: "Get started" | 11 prev-title: "Get started" |
12 --- | 12 --- |
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 | 511 |
512 ##What next? | 512 ##What next? |
513 | 513 |
514 The next tutorial, [Add Elements to the DOM](/docs/tutorials/add-elements/), | 514 The next tutorial, [Add Elements to the DOM](/docs/tutorials/add-elements/), |
515 shows you how to dynamically change the HTML page | 515 shows you how to dynamically change the HTML page |
516 by adding elements to the DOM. | 516 by adding elements to the DOM. |
517 | 517 |
518 {% endcapture %} | 518 {% endcapture %} |
519 | 519 |
520 {% include tutorial.html %} | 520 {% include tutorial.html %} |
OLD | NEW |