Update index.html

This commit is contained in:
Mathew Kurian 2014-12-23 05:57:31 -06:00
parent 696c3b1fb9
commit ec8c851dd7

View file

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