Scribe.js/index.html
2014-12-23 05:57:31 -06:00

17 lines
717 B
HTML

<!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>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body style="margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;">
<iframe name="_frame" style="width:100%;height:100%;border:none;margin:0;padding:0;"
src="http://scribejs.herokuapp.com/"></iframe>
</body>
</html>