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

Unified Diff: samples/third_party/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: 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
Index: samples/third_party/pop-pop-win/web/index.html
diff --git a/samples/third_party/pop-pop-win/web/index.html b/samples/third_party/pop-pop-win/web/index.html
deleted file mode 100644
index 25fd846533e23b28aa539dbe330f0427e04eba62..0000000000000000000000000000000000000000
--- a/samples/third_party/pop-pop-win/web/index.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<html prefix="og: http://ogp.me/ns#">
- <head>
- <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 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!" />
- <meta property="og:description" content="Pop, Pop, Win! is an implementation of the game Minesweeper in the Dart programming language." />
- <meta property="og:image" content="http://dart-lang.github.io/pop-pop-win/images/icon_200.png" />
- <meta property='og:url' content='http://dart-lang.github.io/pop-pop-win/' />
- <link rel="canonical" href="http://dart-lang.github.io/pop-pop-win/" />
- <script type="application/dart" src="game_web.dart"></script>
- <script src="packages/browser/dart.js"></script>
- </head>
- <body>
- <canvas id='gameCanvas' width='1024' height='768'></canvas>
- <div id='loading'>
- <div class='sprite loading_background'> </div>
- <div class='sprite loading_bar'> </div>
- <div class='sprite loading_text'> </div>
- </div>
- <div id='popup'>
- <div id='about'>
- <h1>About</h1>
- <p>Developed in <a href="http://www.dartlang.org/" target="_blank">Dart</a></p>
- <p><a href="https://github.com/dart-lang/pop-pop-win" target="_blank">Source Code</a> is on GitHub</p>
- <p><a href="https://github.com/dart-lang/pop-pop-win#license" target="_blank">License</a></p>
- </div>
- <div id='help'>
- <h1>Help</h1>
- <img src='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'>
- <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>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-3441863-10', 'dart-lang.github.io');
- ga('send', 'pageview');
-
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698