mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-09-17 22:21:12 +00:00
Update index.html
This commit is contained in:
parent
696c3b1fb9
commit
ec8c851dd7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue