Skip to content

Instantly share code, notes, and snippets.

@dwcaraway
Created October 17, 2014 14:14
Show Gist options
  • Save dwcaraway/54bd0d9f9cf89b4c005d to your computer and use it in GitHub Desktop.
Save dwcaraway/54bd0d9f9cf89b4c005d to your computer and use it in GitHub Desktop.
Embeds the Code for Dayton English-As-A-Second-Language app using an iframe
<html>
<head>
</head>
<body>
<iframe allowtransparency="true" src='http://codefordayton.org/esl/' frameborder="0" style="width:100%; height:600px; border:none;" scrolling="yes">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment