mirror of
https://github.com/Hopiu/annotate-esprima.git
synced 2026-03-17 00:10:23 +00:00
15 lines
620 B
HTML
15 lines
620 B
HTML
|
|
<!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>
|