Skip to content

Commit

Permalink
removed references to non existent gif files which have been replaced…
Browse files Browse the repository at this point in the history
… with minesweeper.png
  • Loading branch information
bearney74 committed Jun 24, 2012
1 parent 2651eb8 commit 94d7025
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/minesweeper/public/minesweeper.html
Expand Up @@ -22,20 +22,5 @@
<div id="content"></div>
<div id="footer">Written in Python with Pyjamas, Powered by Web2Py, Hosted on GAE</div>
</div>
<div style="display:none;position:absolute;top:-50px;">
<img src="blank.gif" />
<img src="facesmile.gif" />
<img src="faceooh.gif" />
<img src="facedead.gif" />
<img src="bombflagged.gif" />
<img src="bombdeath.gif" />
<img src="bombmisflagged.gif" />
<img src="bombquestion.gif" />
<img src="bombrevealed.gif" />
<img src="checked.gif" />
<img src="facewin.gif" />
<img src="facepirate.gif" />
<img src="faceclock.gif" />
</div>
</body>
</html>

0 comments on commit 94d7025

Please sign in to comment.