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

Side by Side Diff: src/tests/site/gists/homepage_jw_html/web/index.html

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <!-- Copyright 2015 the Dart project authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license
5 that can be found in the LICENSE file. -->
6
7 <html>
8 <head>
9 <meta charset="utf-8">
10 <meta http-equiv="X-UA-Compatible" content="IE=edge">
11 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 <meta name="scaffolded-by" content="https://github.com/google/stagehand">
13 <title>HTML</title>
14 <link rel="stylesheet" href="styles.css">
15 <script async src="main.dart" type="application/dart"></script>
16 <script async src="packages/browser/dart.js"></script>
17 </head>
18
19 <body>
20 <h2>Jabberwocky</h2>
21
22 <p>
23 Lines containing the string
24 <span class="searchString">(placeholder)</span>:
25 </p>
26 <pre id="jw"></pre>
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « src/tests/site/gists/homepage_jw_html/pubspec.yaml ('k') | src/tests/site/gists/homepage_jw_html/web/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698