<html> <head> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Alegreya+SC:900|Muli); body { background-color: #ACC7FF; /* match Main.as */ width: 100%; height: 100%; font-family: 'Muli', sans-serif; text-align: center; font-size: 20px; margin: 0px; padding: 0px; } h1 { font-size: 64px; font-family: 'Alegreya SC', serif; font-weight: 900; margin-bottom: 0px; } h1 + p { margin-top:0px; } #content { max-width: 1280px; margin: auto; } </style> <title>Office Mischief</title> </head> <body> <div id="content"> <h1>Office Mischief</h1> <p>Arrow keys to move, spacebar to interact.</p> <p>Make your coworkers' lives miserable!</p> <p>(Click the game to make it active)</p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1280" height="720" id="OfficeMischief"> <param name="movie" value="OfficeMischief.swf"/> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="OfficeMischief.swf" width="1280" height="720"> <param name="movie" value="OfficeMischief.swf"/> <!--<![endif]--> <p>Sorry, this game requires Flash. I know, I'm a terrible person. I'll make it up to you after the time pressure is over...</p> <a href="http://www.adobe.com/go/getflash"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> <p>Acknowledgements: <a href="http://www.freesound.org/people/stijn/sounds/22890/">tea.wav: stijn</a>, <a href="http://www.freesound.org/people/Corsica_S/sounds/91926/">ding.wav: Corsica_S</a>, <a href="http://www.freesound.org/people/evisneffo/sounds/66964/">Door Slam.wav: evisneffo</a>, <a href="http://www.freesound.org/people/dobroide/sounds/15393/">fridge.door.wav: dobroide</a>, <a href="http://www.freesound.org/people/philberts/sounds/71512/">trash_fall.wav: philberts</a></p> <p>Hint: Take the last cup of coffee. Throw away somebody's lunch. Lock somebody out of their office! Don't get caught, and make sure you complete your work too!</p> </div> </body> </html>