16 lines
434 B
HTML
16 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>测试editor combine</title>
|
|
<script src="../dep/jquery.min.js"></script>
|
|
<script src="../dep/paper-full.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="./css/editor.css">
|
|
<style id="font-face"></style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="render-view" class="render-view glyf-editor" oncontextMenu="return false"></div>
|
|
</body>
|
|
</html>
|