Skip to content

Instantly share code, notes, and snippets.

@brettchalupa
Created October 12, 2012 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettchalupa/3879818 to your computer and use it in GitHub Desktop.
Save brettchalupa/3879818 to your computer and use it in GitHub Desktop.
Pulling in the bday bash game.
%iframe#gameframe{:frameborder => "no", :height => "540", :onload => "this.contentWindow.focus();", :scrolling => "no", :src => "http://azurenimbus.com/aetherarcade/index.html", :style => "padding:0;margin:0;border:1px;", :width => "640"}
<!DOCTYPE html>
<html>
<head>
<title>AETHER ARCADE BIRTHDAY BASH</title>
</head>
<body>
<iframe width="640" height="540" id="gameframe" src="http://azurenimbus.com/aetherarcade/index.html" frameborder="no" style="padding:0;margin:0;border:1px;" scrolling="no" onload="this.contentWindow.focus();"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment