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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
Index: src/tests/site/gists/homepage_jw_html/web/index.html
diff --git a/src/tests/site/gists/homepage_jw_html/web/index.html b/src/tests/site/gists/homepage_jw_html/web/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..715c35e2378764de0ab521f1ded407777a3a3c05
--- /dev/null
+++ b/src/tests/site/gists/homepage_jw_html/web/index.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+
+<!-- Copyright 2015 the Dart project authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license
+ that can be found in the LICENSE file. -->
+
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="scaffolded-by" content="https://github.com/google/stagehand">
+ <title>HTML</title>
+ <link rel="stylesheet" href="styles.css">
+ <script async src="main.dart" type="application/dart"></script>
+ <script async src="packages/browser/dart.js"></script>
+</head>
+
+<body>
+<h2>Jabberwocky</h2>
+
+<p>
+ Lines containing the string
+ <span class="searchString">(placeholder)</span>:
+</p>
+<pre id="jw"></pre>
+</body>
+</html>
« 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