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