| Index: samples/pop_pop_win/web/index.html
|
| diff --git a/samples/pop_pop_win/web/index.html b/samples/pop_pop_win/web/index.html
|
| deleted file mode 100644
|
| index 50c10029a1dfe6b18f587380c10403c87bf3e21c..0000000000000000000000000000000000000000
|
| --- a/samples/pop_pop_win/web/index.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html lang="en-us">
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <title>Pop, Pop, Win!</title>
|
| - <link rel="shortcut icon" href="favicon.ico" />
|
| - <link rel='stylesheet' type='text/css' href='packages/pop_pop_win/assets/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" />
|
| - <script type="application/dart" src="game_web.dart"></script>
|
| - <script src="packages/browser/dart.js"></script>
|
| - </head>
|
| - <body>
|
| - <canvas id='gameCanvas' width='2048' height='1536' style="width:100%; height:100%; top:0; left:0;"></canvas>
|
| - <div id='popup'>
|
| - <div id='about'>
|
| - <h1>About</h1>
|
| - <p class="difficulty">Set Difficulty: <a href="#7">Easy</a> | <a href="#11">Medium</a> | <a href="#16">Hard</a> | <a href="#24">Extreme</a></p>
|
| - <p>Developed with <a href="http://www.dartlang.org/" target="_blank">Dart</a> and <a href="http://www.stagexl.org/" target="_blank">StageXL</a></p>
|
| - </div>
|
| - <div id='help'>
|
| - <h1>Help</h1>
|
| - <img src='packages/pop_pop_win/assets/images/help-surround.jpg' width='140' height='142'>
|
| - <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='packages/pop_pop_win/assets/images/help-freeze.jpg' width='140' height='141'>
|
| - <p>If you're certain a balloon is hiding a bomb, freeze it.</p>
|
| - <p>Freeze a balloon by shift- or right-clicking.</p>
|
| - <p>Every time you freeze a balloon, the bomb count goes down.</p>
|
| - <p>Unfreeze a balloon the same way: shift- or right-click.</p>
|
| - </div>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|