| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Welcome to Dartium!" | 3 title: "Welcome to Dartium!" |
| 4 header: | 4 header: |
| 5 css: ["/css/dartboard.css"] | 5 css: ["/css/dartboard.css"] |
| 6 --- | 6 --- |
| 7 | 7 |
| 8 <h1> {{ page.title }} </h1> | 8 <h1> {{ page.title }} </h1> |
| 9 | 9 |
| 10 <section class="overview"> | 10 <section class="overview"> |
| 11 | 11 |
| 12 <p> | 12 <p> |
| 13 Dartium is the nickname | 13 Dartium is the nickname |
| 14 of a <a href="http://www.chromium.org">Chromium</a> build | 14 of a <a href="http://www.chromium.org">Chromium</a> build |
| 15 that has an embedded Dart virtual machine (VM). | 15 that has an embedded Dart virtual machine (VM). |
| 16 With this build, | 16 With this build, |
| 17 you can run and debug Dart web apps | 17 you can run and debug Dart web apps |
| 18 without compiling them to JavaScript. | 18 without compiling them to JavaScript. |
| 19 </p> | 19 </p> |
| 20 | 20 |
| 21 <aside class="warning"> | 21 <aside> |
| 22 <b>Important:</b> | 22 <div class="alert"> |
| 23 Dartium is a technical preview, | 23 <strong>Warning:</strong> |
| 24 and it might have security and stability issues. | 24 Dartium is a technical preview, |
| 25 | 25 and it might have security and stability issues. |
| 26 <blockquote> | 26 Do not use Dartium as your primary browser! |
| 27 <b>Do not use Dartium as your primary browser!</b> | 27 </div> |
| 28 </blockquote> | |
| 29 </aside> | 28 </aside> |
| 30 | 29 |
| 31 <p> | 30 <p> |
| 32 For details on how to use Dartium, see: | 31 For details on how to use Dartium, see: |
| 33 </p> | 32 </p> |
| 34 | 33 |
| 35 <blockquote> | 34 <blockquote> |
| 36 <b><a href="index.html">Chromium with the Dart VM</a></b> | 35 <b><a href="index.html">Chromium with the Dart VM</a></b> |
| 37 </blockquote> | 36 </blockquote> |
| 38 | 37 |
| 39 </section> | 38 </section> |
| OLD | NEW |