Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: src/site/docs/tutorials/connect-dart-html/index.markdown

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/cmdline/index.markdown ('k') | src/site/docs/tutorials/fetchdata/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698