Index: src/site/samples/todo/index.markdown |
diff --git a/src/site/samples/todo/index.markdown b/src/site/samples/todo/index.markdown |
deleted file mode 100644 |
index e80c08a5838e2ec767d26f807680faf7579a5244..0000000000000000000000000000000000000000 |
--- a/src/site/samples/todo/index.markdown |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
---- |
-layout: default |
-title: Adding Elements to the DOM |
-live_example_url: /docs/tutorials/add-elements/examples/todo/todo.html |
-header: |
- css: ["/samples/samples.css"] |
---- |
- |
-## {{ page.title }} |
- |
-Enter text in the input field and press return. |
- |
-This app shows how to programmatically add an element to the DOM. |
- |
-In this example, when you press return, the event handler for the input |
-field creates a new <li> element and adds it to an existing <ul> list in the |
-DOM tree. When the DOM tree changes, the web page refreshes. |
- |
-Read this [tutorial](/docs/tutorials/add-elements/) for |
-more detail, or read the |
-[source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/todo). |
- |
-<iframe class="running-app-frame" |
- style="height:400px;width:100%;" |
- src="{{page.live_example_url}}"> |
-</iframe> |
- |
-See all [samples](/samples/). |