Update index.html

This commit is contained in:
Mathew Kurian 2014-12-23 05:52:39 -06:00
parent e425eb8a6e
commit d93e2c93a8

View file

@ -1,6 +1,7 @@
<!doctype html>
<html style="margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;">
<head>
<base target="_frame">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Scribe.js Demo</title>
@ -10,7 +11,7 @@
<![endif]-->
</head>
<body style="margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;">
<iframe style="width:100%;height:100%;border:none;margin:0;padding:0;"
<iframe name="_frame" style="width:100%;height:100%;border:none;margin:0;padding:0;"
src="http://scribejs.herokuapp.com/"></iframe>
</body>
</html>