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

Side by Side Diff: src/site/docs/getting-started/class.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 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
« no previous file with comments | « src/site/docs/editor/index.html ('k') | src/site/docs/getting-started/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ---
2 layout: default
3 title: "Tutorial: Classes"
4 header:
5 css: ["/css/dartboard.css"]
6 ---
7 <h1> Tutorial: Classes </h1>
8
9 {% include docs/getting-started/_class.html %}
10
11
12 <section>
13
14 <p>
15 In the next page,
16 you'll learn about interfaces in Dart,
17 such as <code>int</code>&mdash;yes, <code>int</code>.
18 </p>
19
20 <section id="start-here">
21 <a href="interface.html">Next: Interfaces</a>
22 </section>
23
24 </section>
25
26 <script async type="text/javascript"
27 src="http://try.dartlang.org/dartboard.dart.app.js">
28 </script>
OLDNEW
« no previous file with comments | « src/site/docs/editor/index.html ('k') | src/site/docs/getting-started/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698