annotate-esprima/index.html

15 lines
620 B
HTML
Raw Normal View History

2014-04-15 09:04:48 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<script data-main="scripts/main" src="scripts/lib/require.js"></script>
</head>
<body>
<pre id="input" style="max-width: 45%; overflow:hidden; float:left;">Let's use some esprima!</pre>
<pre id="output" style="margin-left: 9%; max-width: 45%; overflow:hidden; float:left;">Let's use some esprima!</pre>
</body>
</html>