mediawiki-extensions-Visual.../demos/playground/index.html
Alexandre Emsenhuber a22a861c92 svn:eol-style native
2012-02-28 17:44:35 +00:00

22 lines
496 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Playground</title>
<style>
#editor {
width: 300px;
height: 300px;
border: solid 1px;
}
</style>
<script src="../../modules/jquery/jquery.js"></script>
<script src="../../modules/rangy/rangy-core.js"></script>
<script src="playground.js"></script>
</head>
<body>
<div contenteditable="true" id="editor">
</div>
</body>
</html>