Skip to content

Instantly share code, notes, and snippets.

@antonbabenko
Created July 26, 2013 08:15
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 antonbabenko/6087157 to your computer and use it in GitHub Desktop.
Save antonbabenko/6087157 to your computer and use it in GitHub Desktop.
VM in iframe
<!DOCTYPE html>
<html>
<head>
<title>VM iframe</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<iframe src="http://www.victoriamilan.com/" scrolling="no" style="width: 1000px; height: 800px; border: 0px; overflow: auto;"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment