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

Unified Diff: src/site/docs/tutorials/get-started/examples/clickme/clickme.html

Issue 26542002: edit pass on T3,4,5, updated images (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merging with master Created 7 years, 2 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/site/docs/tutorials/get-started/examples/clickme/clickme.html
diff --git a/src/site/articles/dart-unit-tests/code/html_test/web/html_test.html b/src/site/docs/tutorials/get-started/examples/clickme/clickme.html
similarity index 62%
copy from src/site/articles/dart-unit-tests/code/html_test/web/html_test.html
copy to src/site/docs/tutorials/get-started/examples/clickme/clickme.html
index f9002f61f42a540dafd8d0296bb1fc10250c9458..52504ba3d37401edcec7666681181f8998f981e3 100644
--- a/src/site/articles/dart-unit-tests/code/html_test/web/html_test.html
+++ b/src/site/docs/tutorials/get-started/examples/clickme/clickme.html
@@ -3,11 +3,11 @@
<html>
<head>
<meta charset="utf-8">
- <title>Html test</title>
- <link rel="stylesheet" href="html_test.css">
+ <title>Clickme</title>
+ <link rel="stylesheet" href="clickme.css">
</head>
<body>
- <h1>Html test</h1>
+ <h1>Clickme</h1>
<p>Hello world from Dart!</p>
@@ -15,7 +15,7 @@
<p id="sample_text_id"></p>
</div>
- <script type="application/dart" src="html_test.dart"></script>
+ <script type="application/dart" src="clickme.dart"></script>
<script src="packages/browser/dart.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698