OLD | NEW |
---|---|
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: Countdown | 3 title: Countdown |
4 group_id: "working_with_the_dom" | 4 group_id: "working_with_the_dom" |
5 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do wn.html | 5 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do wn.html |
6 header: | 6 header: |
7 css: ["/samples/samples.css"] | 7 css: ["/samples/samples.css"] |
8 --- | 8 --- |
9 | 9 |
10 <h1>{{ page.title }}</h1> | 10 <h1>{{ page.title }}</h1> |
(...skipping 19 matching lines...) Expand all Loading... | |
30 | 30 |
31 Read this [tutorial](/docs/tutorials/indexeddb) for | 31 Read this [tutorial](/docs/tutorials/indexeddb) for |
32 more detail, or read the | 32 more detail, or read the |
33 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto pwatch). | 33 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto pwatch). |
34 | 34 |
35 <iframe class="running-app-frame" | 35 <iframe class="running-app-frame" |
36 style="height:400px;width:50%;" | 36 style="height:400px;width:50%;" |
37 src="{{page.live_example_url}}"> | 37 src="{{page.live_example_url}}"> |
38 </iframe> | 38 </iframe> |
39 | 39 |
40 <p>See all <a href="/samples/">samples</a></p> | 40 See all [samples](/samples/) |
Kathy Walrath
2013/10/23 15:41:05
) -> ).
shailentuli
2013/10/23 17:36:57
Done.
| |
OLD | NEW |