Index: src/site/docs/tutorials/fetchdata/index.markdown |
diff --git a/src/site/docs/tutorials/fetchdata/index.markdown b/src/site/docs/tutorials/fetchdata/index.markdown |
index 0ba59d751ad33303ea8be2ed4551374dea67dc53..518d24670d9b032a0d5bace4942f572e89b30367 100644 |
--- a/src/site/docs/tutorials/fetchdata/index.markdown |
+++ b/src/site/docs/tutorials/fetchdata/index.markdown |
@@ -1,6 +1,6 @@ |
--- |
layout: default |
-title: "Target 9: Fetch Data Dynamically" |
+title: "Fetch Data Dynamically" |
description: "Use HttpRequest to fetch data from a file or a server." |
has-permalinks: true |
tutorial: |
@@ -48,6 +48,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 data from a file or server.</h3> |
+</div> |
+ |
Web applications often use |
<a href="http://www.json.org" target="_blank">JSON</a> (JavaScript Object Notation) |
to pass data between clients and servers. |