Skip to content
Snippets Groups Projects
Commit 2e50f8e4 authored by Mathison Chen's avatar Mathison Chen Committed by Augusta
Browse files

Delete Editor.html

parent 001ae30a
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./jquery.js"></script>
<script src="./my.min.js"></script>
<script src="./wangEditor.js"></script>
</head>
<body>
<div id='wangEditor'></div>
<p>(mathEditor已嵌入wangEditor中!)</p>
<script>
var E = window.wangEditor
var wangEditorInstance = new E('#wangEditor')
wangEditorInstance.create();
</script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment