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

Unified Diff: samples/pop_pop_win/example/index.html

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 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
« no previous file with comments | « samples/pop_pop_win/example/icons/icon_48.png ('k') | samples/pop_pop_win/example/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pop_pop_win/example/index.html
diff --git a/samples/third_party/pop-pop-win/app_package/index.html b/samples/pop_pop_win/example/index.html
similarity index 89%
rename from samples/third_party/pop-pop-win/app_package/index.html
rename to samples/pop_pop_win/example/index.html
index e079a8653d8e2b0b8fa478f4dc1deaac706a2d72..7417e286cb2b825704b574e99e6aabb16a120c6f 100644
--- a/samples/third_party/pop-pop-win/app_package/index.html
+++ b/samples/pop_pop_win/example/index.html
@@ -3,7 +3,7 @@
<head>
<title>Pop, Pop, Win!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <link rel='stylesheet' type='text/css' href='style.css' />
+ <link rel='stylesheet' type='text/css' href='assets/poppopwin/style.css' />
<link href='fonts/fonts.css' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
@@ -23,19 +23,18 @@
</div>
<div id='help'>
<h1>Help</h1>
- <img src='images/help-surround.jpg'>
+ <img src='assets/poppopwin/images/help-surround.jpg'>
<p>Click on balloons to pop them.</p>
<p>A revealed number tells you how many bombs are next to that square.</p>
<p>The count includes squares above, below, left, right and diagonal.</p>
<p><em>One of these balloons is a bomb. Can you guess which one?</em></p>
- <img src='images/help-freeze.jpg'>
+ <img src='assets/poppopwin/images/help-freeze.jpg'>
<p>If you're certain a balloon is hiding a bomb, freeze it.</p>
<p>Freeze a balloon by holding down the shift key and clicking.</p>
<p>Every time you freeze a balloon, the bomb count goes down.</p>
<p>Unfreeze a balloon the same way: shift-click.</p>
</div>
</div>
- <script src="interop.js"></script>
<script src="game_app.dart.precompiled.js"></script>
</body>
</html>
« no previous file with comments | « samples/pop_pop_win/example/icons/icon_48.png ('k') | samples/pop_pop_win/example/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698