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

Unified Diff: samples/pop-pop-win/web/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: 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
Index: samples/pop-pop-win/web/index.html
diff --git a/samples/third_party/pop-pop-win/web/index.html b/samples/pop-pop-win/web/index.html
similarity index 93%
rename from samples/third_party/pop-pop-win/web/index.html
rename to samples/pop-pop-win/web/index.html
index 25fd846533e23b28aa539dbe330f0427e04eba62..a49a8a7330cedf48f3c7415b6237e12a809339b5 100644
--- a/samples/third_party/pop-pop-win/web/index.html
+++ b/samples/pop-pop-win/web/index.html
@@ -4,7 +4,7 @@
<title>Pop, Pop, Win!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="favicon.ico" />
- <link rel='stylesheet' type='text/css' href='style.css' />
+ <link rel='stylesheet' type='text/css' href='assets/poppopwin/style.css' />
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Slackey' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta property="og:title" content="Pop, Pop, Win!" />
@@ -31,12 +31,12 @@
</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>

Powered by Google App Engine
This is Rietveld 408576698