| Index: samples/third_party/pop-pop-win/app_package/index.html
|
| diff --git a/samples/third_party/pop-pop-win/app_package/index.html b/samples/third_party/pop-pop-win/app_package/index.html
|
| deleted file mode 100644
|
| index e079a8653d8e2b0b8fa478f4dc1deaac706a2d72..0000000000000000000000000000000000000000
|
| --- a/samples/third_party/pop-pop-win/app_package/index.html
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <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 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>
|
| - <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 src="interop.js"></script>
|
| - <script src="game_app.dart.precompiled.js"></script>
|
| - </body>
|
| -</html>
|
|
|