Index: src/site/docs/tutorials/get-started/index.markdown |
diff --git a/src/site/docs/tutorials/get-started/index.markdown b/src/site/docs/tutorials/get-started/index.markdown |
index c578f086bea20423c14814d400a52323ca7ef26a..ef2f76b625f27cfab3f1a0ca1442a4e7d0a622c8 100644 |
--- a/src/site/docs/tutorials/get-started/index.markdown |
+++ b/src/site/docs/tutorials/get-started/index.markdown |
@@ -1,6 +1,6 @@ |
--- |
layout: default |
-title: "Target 1: Get Started" |
+title: "Get Started" |
description: "Get Dart and run two Dart applications" |
has-permalinks: true |
tutorial: |
@@ -15,7 +15,7 @@ js: |
next: connect-dart-html |
next-title: "Connect Dart & HTML" |
prev: index.html |
-prev-title: "Home" |
+prev-title: "A Game of Darts" |
--- |
{% capture whats_the_point %} |
@@ -49,6 +49,11 @@ Get the source code for the samples featured in this target:</p> |
{% capture content %} |
+<div class="tute-target-title"> |
+<h1>{{page.title}}</h1> |
+<h3>Get Dart. Run two apps.</h3> |
+</div> |
+ |
This target gets you ready |
to begin writing web apps in Dart. |
Here you will download the Dart software, |