Skip to content

Instantly share code, notes, and snippets.

@ipeychev
Created October 21, 2013 09:45
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 ipeychev/7081303 to your computer and use it in GitHub Desktop.
Save ipeychev/7081303 to your computer and use it in GitHub Desktop.
ACE Editor in an iframe
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Editor</title>
<style type="text/css" media="screen">
body {
overflow: hidden;
}
</style>
</head>
<body>
<iframe src="iframe.html"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment