| OLD | NEW |
| (Empty) |
| 1 --- | |
| 2 layout: default | |
| 3 title: "Tutorial: Interfaces" | |
| 4 header: | |
| 5 css: ["/css/dartboard.css"] | |
| 6 --- | |
| 7 <h1> Tutorial: Interfaces </h1> | |
| 8 | |
| 9 {% include docs/getting-started/_interface.html %} | |
| 10 | |
| 11 <section> | |
| 12 | |
| 13 <p> | |
| 14 Next, you can either try out Dart Editor | |
| 15 or read more about Dart. | |
| 16 </p> | |
| 17 | |
| 18 <section id="start-here"> | |
| 19 <a href="/docs/editor/getting-started/">Dart Editor</a> | |
| 20 <a href="/docs/technical-overview/">Technical Overview</a> | |
| 21 </section> | |
| 22 | |
| 23 </section> | |
| 24 | |
| 25 | |
| 26 <script async type="text/javascript" | |
| 27 src="http://try.dartlang.org/dartboard.dart.app.js"> | |
| 28 </script> | |
| OLD | NEW |