Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created May 27, 2010 05:46
Show Gist options
  • Save hotgazpacho/415508 to your computer and use it in GitHub Desktop.
Save hotgazpacho/415508 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Gestalt - IronRuby Console</title>
<script type="text/javascript">
if (!window.DLR)
window.DLR = {};
DLR.settings = { console: true };
</script>
<script src="/dlr/dlr.js" type="text/javascript"></script>
</head>
<body>
<div id="manipulate">Manipulate me!</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment