Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: src/site/dartium/home.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/css/syntax.css ('k') | src/site/dartium/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « src/site/css/syntax.css ('k') | src/site/dartium/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698