editor.html revision fc2d50365b169f761de7a15d7a4fe406b33fd403
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Editor Tests</title>
<script type="text/javascript" src="/build/yui/yui.js"></script>
<style>
#editor {
height: 400px;
width: 400px;
margin: 2em;
border: 1px solid black;
}
</style>
</head>
<body class="yui3-skin-sam">
<div id="editor">
</div>
<script type="text/javascript" src="editor.js"></script>
</body>
</html>