Index: src/site/docs/tutorials/connect-dart-html/index.markdown |
diff --git a/src/site/docs/tutorials/connect-dart-html/index.markdown b/src/site/docs/tutorials/connect-dart-html/index.markdown |
index d9fc21ceeb08847f0bfcc2f0b26c47f8cf479f7f..316ed5f09ac1f76d417dc778f9633a3e026f5dc7 100644 |
--- a/src/site/docs/tutorials/connect-dart-html/index.markdown |
+++ b/src/site/docs/tutorials/connect-dart-html/index.markdown |
@@ -1,6 +1,6 @@ |
--- |
layout: default |
-title: "Target 2: Connect Dart & HTML" |
+title: "Connect Dart & HTML" |
description: "Shows basic scaffolding of a Dart web app" |
has-permalinks: true |
tutorial: |
@@ -43,6 +43,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>Write a mini Dart app.</h3> |
+</div> |
+ |
To write a Dart web app, |
you need to have basic understanding of |
several topics—the DOM tree, nodes, elements, |