| 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>
|
|
|