You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/brace/example/index.html

20 lines
529 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>brace example</title>
<link rel="stylesheet" type="text/css" media="screen" href="./index.css" />
</head>
<body>
<h1>Ace Editors provided by brace</h1>
<div id="wrapper">
<div id="javascript-editor" class="editor"></div>
<div id="coffee-editor" class="editor"></div>
<div id="json-editor" class="editor"></div>
<div id="lua-editor" class="editor"></div><]
</div>
<script type="text/javascript" src="./bundle.js"></script>
</body>
</html>