Scribe.js/index.html

18 lines
717 B
HTML
Raw Normal View History

2014-12-23 05:18:39 -06:00
<!doctype html>
2014-12-23 05:29:58 -06:00
<html style="margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;">
2014-12-23 05:18:39 -06:00
<head>
2014-12-23 05:57:31 -06:00
<base target="_frame">
2014-12-23 05:18:39 -06:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
2014-12-23 05:27:12 -06:00
<title>Scribe.js Demo</title>
2014-12-23 05:18:39 -06:00
<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>
2014-12-23 05:29:58 -06:00
<body style="margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;">
2014-12-23 05:57:31 -06:00
<iframe name="_frame" style="width:100%;height:100%;border:none;margin:0;padding:0;"
2014-12-23 05:27:12 -06:00
src="http://scribejs.herokuapp.com/"></iframe>
2014-12-23 05:18:39 -06:00
</body>
2014-12-23 05:27:12 -06:00
</html>